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
- Logs & traces
- Metrics
- Real User Monitoring
- Dashboards
- Alerts and parsing rules
- Olly — natural-language observability agent (opt-in)
- Reference tools
All telemetry tools require a personal Coralogix API key for authentication. They work with 3 types of telemetry: logs, metrics, and traces. The Coralogix docs tools read public content and do not require authentication.
Available tools
Query and reference
| Tool | Description |
|---|---|
query_dataprime | Query Coralogix logs or spans using DataPrime syntax |
search_for_fields | Discover log and span field paths by description or example value |
list_datasets | List the system and user-defined dataset sources available for DataPrime queries |
get_system_dataset_info | Get the description and schema for one system/... dataset |
search_relevant_metrics | Find metrics by natural-language description or name pattern |
get_metric_labels | List the label names available for a metric |
get_metric_label_values | List the values for a metric label |
query_promql_instant | Run an instant PromQL expression at a single point in time |
query_promql_range | Run a range PromQL expression against Coralogix Metrics |
read_rum_sdk_docs | Read the Coralogix RUM SDK setup guide and API reference |
search_dashboard | Find dashboards by semantic search or retrieve a dashboard by its exact ID |
search_queries | Search queries saved in dashboards by description or by field reference |
list_dataprime_commands | List available DataPrime commands and functions |
show_dataprime_command_details | Show syntax and details for a specific DataPrime command or function |
get_datetime | Get the current date and time |
search_docs | Search the Coralogix documentation portal by keyword |
fetch_doc | Retrieve the Markdown body of a doc page returned by search_docs |
search_labels | Find metric label names matching a substring across all metrics |
get_service_map_relations_graph | Get a graph of service interactions from tracing for a time range |
Olly
Olly is opt-in. To list the tools below, send the x-allow-costly-use: true header on every MCP request. See Olly for the full setup and tool reference.
| Tool | Description |
|---|---|
olly_ask | Send a natural-language question to Olly and wait for a response |
olly_list_chats | List your previous Olly chat sessions |
olly_get_chat | Retrieve a chat's full conversation history |
olly_list_artifacts | List query results, charts, and other artifacts Olly generated |
olly_get_artifact | Get an artifact's metadata and a pre-signed download URL |
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.
AI Center
Read and manage AI Center applications, evaluations, and policies. See AI Center for the full tool reference.
| Tool | Description |
|---|---|
ai_center_list_applications | List AI applications and their guarded status |
ai_center_get_application | Get one AI application by UUID |
ai_center_list_evaluations | List configured evaluations, optionally scoped to one app |
ai_center_get_evaluation | Get one configured evaluation by UUID |
ai_center_get_coverage | Get evaluation coverage across applications |
ai_center_list_custom_evaluations | List the team's custom evaluation policies |
ai_center_list_custom_evaluations_for_application | List custom evaluations linked to an application |
ai_center_get_model_pricing | Get the team's custom per-model pricing |
ai_center_create_evaluation | Create (enable) an evaluation on an application |
ai_center_update_evaluation | Update a configured evaluation by UUID |
ai_center_delete_evaluation | Delete a configured evaluation by UUID |
ai_center_create_custom_evaluation | Create a custom evaluation policy |
ai_center_update_custom_evaluation | Update a custom evaluation policy by UUID |
ai_center_add_policy_to_application | Attach a custom policy to an application |
ai_center_remove_policy_from_application | Detach a custom policy from an application |
ai_center_set_model_pricing | Set the team's custom per-model pricing |