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
- Alerts & incidents
- 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 |
|---|---|
get_logs_v1 | Query Coralogix logs using DataPrime syntax |
get_traces_v1 | Query Coralogix traces using DataPrime syntax |
metrics__list_v1 | Get a list of available metric names within a specified range |
metrics__metric_details_v1 | Return metadata for a Prometheus/Coralogix metric: type, labels, and example values |
metrics__range_query_v1 | Run a range PromQL expression against Coralogix Metrics |
read_metrics_guidelines_v1 | Read guidelines for querying metrics effectively in Coralogix |
read_rum_log_intro_docs_v1 | Read the RUM data reference documentation |
read_rum_sdk_docs_v1 | Read the Coralogix RUM SDK setup guide and API reference |
get_alert_event_details_v1 | Get a specific Coralogix alert event's details by ID |
get_incident_details_v1 | Get a specific Coralogix incident's details by ID |
list_incidents_v1 | Get a list of Coralogix incidents related to an alert |
read_dataprime_intro_docs_v1 | Read DataPrime introduction documentation |
get_schemas_v1 | List field properties for a given dataset type |
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 |
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.
Theme
Light