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 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 |
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 |
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 |
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