Overview
This section covers all available tools in the Coralogix Model Context Protocol (MCP) server. Use these tools to query your observability data, manage alerts and parsing rules, and generate infrastructure as code—all from your AI agent.
Query tools
All tools require a personal Coralogix API key for authentication. They work with three types of telemetry: logs, metrics, and traces.
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 |
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 | Alerts |
manage_alerts_scheduler | Alert suppression rules |
manage_webhooks | Outbound webhooks |
manage_parsing_rules | Parsing rules |
manage_recording_rules_groups_set | Recording rules |
manage_events2metrics | Events2Metrics |
manage_slo_v2s | SLOs |
manage_tco_log_policies | TCO Optimizer (logs) |
manage_tco_trace_policies | TCO Optimizer (traces) |
manage_global_routers | Notification Center routing |
manage_presets | Notification Center presets |
manage_connectors | Notification Center connectors |
manage_custom_roles | Custom roles |
Theme
Light