Copy as Markdown[Open in ChatGPT](https://chatgpt.com/?q=Read%20https%3A%2F%2Fcoralogix.com%2Fdocs%2Fuser-guides%2Fmcp-server%2Ftools%2Foverview.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)[Open in Claude](https://claude.ai/new?q=Read%20https%3A%2F%2Fcoralogix.com%2Fdocs%2Fuser-guides%2Fmcp-server%2Ftools%2Foverview.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)

# Overview

This section covers all available tools in the Coralogix Model Context Protocol (MCP) server. Use these tools to query your observability data, manage configuration resources, and generate infrastructure as code—all from your AI agent.

## Query tools[​](#query-tools "Direct link to Query tools")

* [Logs & traces](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/logs-and-traces/.md)
* [Metrics](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/metrics/.md)
* [Real User Monitoring](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/rum/.md)
* [Dashboards](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/dashboards/.md)
* [Alerts and parsing rules](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/alerts-and-incidents/.md)
* [Olly](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/olly/.md) — natural-language observability agent (opt-in)
* [Reference tools](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/reference/.md)

All telemetry tools require a personal [Coralogix API key](https://coralogix.com/docs/docs/user-guides/account-management/api-keys/api-keys/.md) for authentication. They work with 3 types of telemetry: logs, metrics, and traces. The [Coralogix docs](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/coralogix-docs/.md) tools read public content and do not require authentication.

## Available tools[​](#available-tools "Direct link to Available tools")

### Query and reference[​](#query-and-reference "Direct link to Query and reference")

| Tool                                                                                                                  | Description                                                                      |
| --------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| [`query_dataprime`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/logs-and-traces/.md)                 | Query Coralogix logs or spans using DataPrime syntax                             |
| [`search_for_fields`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/reference/.md)                     | Discover log and span field paths by description or example value                |
| [`list_datasets`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/reference/.md)                         | List the system and user-defined dataset sources available for DataPrime queries |
| [`get_system_dataset_info`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/reference/.md)               | Get the description and schema for one `system/...` dataset                      |
| [`search_relevant_metrics`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/metrics/.md)                 | Find metrics by natural-language description or name pattern                     |
| [`get_metric_labels`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/metrics/.md)                       | List the label names available for a metric                                      |
| [`get_metric_label_values`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/metrics/.md)                 | List the values for a metric label                                               |
| [`query_promql_instant`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/metrics/.md)                    | Run an instant PromQL expression at a single point in time                       |
| [`query_promql_range`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/metrics/.md)                      | Run a range PromQL expression against Coralogix Metrics                          |
| [`read_rum_sdk_docs`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/rum/.md)                           | Read the Coralogix RUM SDK setup guide and API reference                         |
| [`search_dashboard`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/dashboards/.md)                     | Find dashboards by semantic search or retrieve a dashboard by its exact ID       |
| [`search_queries`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/dashboards/.md)                       | Search queries saved in dashboards by description or by field reference          |
| [`list_dataprime_commands`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/reference/.md)               | List available DataPrime commands and functions                                  |
| [`show_dataprime_command_details`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/reference/.md)        | Show syntax and details for a specific DataPrime command or function             |
| [`get_datetime`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/reference/.md)                          | Get the current date and time                                                    |
| [`search_docs`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/coralogix-docs/.md)                      | Search the Coralogix documentation portal by keyword                             |
| [`fetch_doc`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/coralogix-docs/.md)                        | Retrieve the Markdown body of a doc page returned by `search_docs`               |
| [`search_labels`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/metrics/.md)                           | Find metric label names matching a substring across all metrics                  |
| [`get_service_map_relations_graph`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/logs-and-traces/.md) | Get a graph of service interactions from tracing for a time range                |

### Olly[​](#olly "Direct link to Olly")

Olly is opt-in. To list the tools below, send the `x-allow-costly-use: true` header on every MCP request. See [Olly](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/olly/.md) for the full setup and tool reference.

| Tool                                                                                           | Description                                                      |
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| [`olly_ask`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/olly/.md)            | Send a natural-language question to Olly and wait for a response |
| [`olly_list_chats`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/olly/.md)     | List your previous Olly chat sessions                            |
| [`olly_get_chat`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/olly/.md)       | Retrieve a chat's full conversation history                      |
| [`olly_list_artifacts`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/olly/.md) | List query results, charts, and other artifacts Olly generated   |
| [`olly_get_artifact`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/olly/.md)   | Get an artifact's metadata and a pre-signed download URL         |

### Management[​](#management "Direct link to Management")

Unified `manage_*` tools wrap the full lifecycle of a configuration object so you can create, retrieve, update, and delete it from your AI agent.

| Tool                                                                                                                    | Feature area                                                                                                                                        |
| ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`manage_alerts`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/alerts/.md)                              | [Alerts](https://coralogix.com/docs/docs/user-guides/alerting/introduction-to-alerts/.md)                                                           |
| [`manage_alerts_scheduler`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/alerts-scheduler/.md)          | [Alert suppression rules](https://coralogix.com/docs/docs/user-guides/alerting/alert-suppression-rules/.md)                                         |
| [`manage_webhooks`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/webhooks/.md)                          | [Outbound webhooks](https://coralogix.com/docs/docs/user-guides/alerting/outbound-webhooks/configure-alert-notifications-for-outbound-webhooks/.md) |
| [`manage_parsing_rules`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/parsing-rules/.md)                | [Parsing rules](https://coralogix.com/docs/docs/user-guides/data-transformation/parsing/log-parsing-rules/.md)                                      |
| [`manage_data_enrichments`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/data-enrichments/.md)          | [Data enrichment](https://coralogix.com/docs/docs/user-guides/enrichment_rules/.md)                                                                 |
| [`manage_recording_rules_groups_set`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/recording-rules/.md) | [Recording rules](https://coralogix.com/docs/docs/user-guides/data-transformation/metric-rules/recording-rules/.md)                                 |
| [`manage_events2metrics`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/events2metrics/.md)              | [Events2Metrics](https://coralogix.com/docs/docs/user-guides/monitoring-and-insights/events2metrics/.md)                                            |
| [`manage_slo_v2s`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/slo-v2/.md)                             | [Service level objectives](https://coralogix.com/docs/docs/user-guides/slos/introduction/.md)                                                       |
| [`manage_tco_log_policies`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/tco-log-policies/.md)          | [Total Cost Optimization (TCO) Optimizer](https://coralogix.com/docs/docs/user-guides/account-management/tco-optimizer/.md) (logs)                  |
| [`manage_tco_trace_policies`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/tco-trace-policies/.md)      | [Total Cost Optimization (TCO) Optimizer](https://coralogix.com/docs/docs/user-guides/account-management/tco-optimizer/.md) (traces)                |
| [`manage_global_routers`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/global-routers/.md)              | [Notification Center routing](https://coralogix.com/docs/docs/user-guides/notification-center/routing/introduction/.md)                             |
| [`manage_presets`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/presets/.md)                            | [Notification Center presets](https://coralogix.com/docs/docs/user-guides/notification-center/presets/introduction/.md)                             |
| [`manage_connectors`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/connectors/.md)                      | [Notification Center connectors](https://coralogix.com/docs/docs/user-guides/notification-center/connectors/.md)                                    |
| [`manage_custom_roles`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/custom-roles/.md)                  | [Custom roles](https://coralogix.com/docs/docs/user-guides/aaa/access-control/permissions/.md)                                                      |
| `manage_integrations`                                                                                                   | [Integrations](https://coralogix.com/docs/docs/integrations/.md)                                                                                    |

### AI Center[​](#ai-center "Direct link to AI Center")

Read and manage [AI Center](https://coralogix.com/docs/docs/user-guides/ai/.md) applications, evaluations, and policies. See [AI Center](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md) for the full tool reference.

| Tool                                                                                                                              | Description                                               |
| --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| [`ai_center_list_applications`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md)                       | List AI applications and their guarded status             |
| [`ai_center_get_application`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md)                         | Get one AI application by UUID                            |
| [`ai_center_list_evaluations`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md)                        | List configured evaluations, optionally scoped to one app |
| [`ai_center_get_evaluation`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md)                          | Get one configured evaluation by UUID                     |
| [`ai_center_get_coverage`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md)                            | Get evaluation coverage across applications               |
| [`ai_center_list_custom_evaluations`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md)                 | List the team's custom evaluation policies                |
| [`ai_center_list_custom_evaluations_for_application`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md) | List custom evaluations linked to an application          |
| [`ai_center_get_model_pricing`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md)                       | Get the team's custom per-model pricing                   |
| [`ai_center_create_evaluation`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md)                       | Create (enable) an evaluation on an application           |
| [`ai_center_update_evaluation`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md)                       | Update a configured evaluation by UUID                    |
| [`ai_center_delete_evaluation`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md)                       | Delete a configured evaluation by UUID                    |
| [`ai_center_create_custom_evaluation`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md)                | Create a custom evaluation policy                         |
| [`ai_center_update_custom_evaluation`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md)                | Update a custom evaluation policy by UUID                 |
| [`ai_center_add_policy_to_application`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md)               | Attach a custom policy to an application                  |
| [`ai_center_remove_policy_from_application`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md)          | Detach a custom policy from an application                |
| [`ai_center_set_model_pricing`](https://coralogix.com/docs/docs/user-guides/mcp-server/tools/ai-center/.md)                       | Set the team's custom per-model pricing                   |
