Skip to main content

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

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

ToolDescription
query_dataprimeQuery Coralogix logs or spans using DataPrime syntax
search_for_fieldsDiscover log and span field paths by description or example value
list_datasetsList the system and user-defined dataset sources available for DataPrime queries
get_system_dataset_infoGet the description and schema for one system/... dataset
search_relevant_metricsFind metrics by natural-language description or name pattern
get_metric_labelsList the label names available for a metric
get_metric_label_valuesList the values for a metric label
query_promql_instantRun an instant PromQL expression at a single point in time
query_promql_rangeRun a range PromQL expression against Coralogix Metrics
read_rum_sdk_docsRead the Coralogix RUM SDK setup guide and API reference
search_dashboardFind dashboards by semantic search or retrieve a dashboard by its exact ID
search_queriesSearch queries saved in dashboards by description or by field reference
list_dataprime_commandsList available DataPrime commands and functions
show_dataprime_command_detailsShow syntax and details for a specific DataPrime command or function
get_datetimeGet the current date and time
search_docsSearch the Coralogix documentation portal by keyword
fetch_docRetrieve the Markdown body of a doc page returned by search_docs
search_labelsFind metric label names matching a substring across all metrics
get_service_map_relations_graphGet 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.

ToolDescription
olly_askSend a natural-language question to Olly and wait for a response
olly_list_chatsList your previous Olly chat sessions
olly_get_chatRetrieve a chat's full conversation history
olly_list_artifactsList query results, charts, and other artifacts Olly generated
olly_get_artifactGet 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.

ToolDescription
ai_center_list_applicationsList AI applications and their guarded status
ai_center_get_applicationGet one AI application by UUID
ai_center_list_evaluationsList configured evaluations, optionally scoped to one app
ai_center_get_evaluationGet one configured evaluation by UUID
ai_center_get_coverageGet evaluation coverage across applications
ai_center_list_custom_evaluationsList the team's custom evaluation policies
ai_center_list_custom_evaluations_for_applicationList custom evaluations linked to an application
ai_center_get_model_pricingGet the team's custom per-model pricing
ai_center_create_evaluationCreate (enable) an evaluation on an application
ai_center_update_evaluationUpdate a configured evaluation by UUID
ai_center_delete_evaluationDelete a configured evaluation by UUID
ai_center_create_custom_evaluationCreate a custom evaluation policy
ai_center_update_custom_evaluationUpdate a custom evaluation policy by UUID
ai_center_add_policy_to_applicationAttach a custom policy to an application
ai_center_remove_policy_from_applicationDetach a custom policy from an application
ai_center_set_model_pricingSet the team's custom per-model pricing
Last updated on