Copy as Markdown[Open in ChatGPT](https://chatgpt.com/?q=Read%20https%3A%2F%2Fcoralogix.com%2Fdocs%2Fuser-guides%2Fmcp-server%2Ftools%2Fcatalog.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)[Open in Claude](https://claude.ai/new?q=Read%20https%3A%2F%2Fcoralogix.com%2Fdocs%2Fuser-guides%2Fmcp-server%2Ftools%2Fcatalog.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)

# Tool catalog

All **61 tools** currently exposed by the [Coralogix MCP server](https://coralogix.com/docs/docs/user-guides/mcp-server/overview/.md) (v2), grouped by product area. This page is generated from the live server manifest, so it always reflects the current tool set.

Gated tools

Tools badged **Gated** are Olly tools: longer agent workflows that run against your observability backend. Coralogix treats them as a costly capability, so they are hidden by default and advertised only when your MCP client sends the `x-allow-costly-use: true` header. Set it once on the server entry in your MCP client configuration — see [Setup](https://coralogix.com/docs/docs/user-guides/mcp-server/setup/.md). Olly inherits the permissions of the authenticated user.

## AI Center[​](#ai-center "Direct link to AI Center")

Inventory AI applications, manage evaluations and policies, and set model pricing in AI Center directly from your AI agent using the MCP server.

### `ai_center_get_model_pricing`[​](#ai_center_get_model_pricing "Direct link to ai_center_get_model_pricing")

**Read AI Center configuration** Read-only

Get the team's custom model pricing — JSON `{pricing: {id, companyId, prices}}`, where `prices` maps each model name to its configured input/output/cache per-token prices (empty when no overrides are set).

### `ai_center_list_applications`[​](#ai_center_list_applications "Direct link to ai_center_list_applications")

**Read AI Center configuration** Read-only

List the team's AI Center (AI v3) applications, each with its `guardrailsIntegrated` (guarded) status. Pass `application_ids` to fetch specific apps by UUID. Configuration data, not in span telemetry. Returns JSON.

### `ai_center_list_evaluations`[​](#ai_center_list_evaluations "Direct link to ai_center_list_evaluations")

**Read AI Center configuration** Read-only

List the configured evaluations on AI apps, returning BOTH prebuilt and custom evaluations as `{prebuilt_evaluations, custom_evaluations}`. No filter → all prebuilt configs + the whole custom library; with `application` + `subsystem` (a pair — pass both or neither) → only that app's prebuilt + custom. Pass `evaluation_id` for a single **prebuilt** evaluation by UUID (prebuilt-only — a custom policy has no by-id fetch; list, then match by `id` in `custom_evaluations`). Returns `{prebuilt_evaluations, custom_evaluations}` — arrays of objects: prebuilt carry `application`/`subsystem`/`config`/`isEnabled`; custom carry `name`/`config`/`applicationIds` (the linked app UUIDs).

## APM[​](#apm "Direct link to APM")

Explore service dependencies and application topology.

### `get_service_map_relations_graph`[​](#get_service_map_relations_graph "Direct link to get_service_map_relations_graph")

**Get service dependency graph** Read-only

Get a graph of interactions between services from Coralogix tracing for a specific timeframe.

## Alerts[​](#alerts "Direct link to Alerts")

Create, manage, and export alerts as infrastructure as code using the MCP server.

### `get_alerts_object`[​](#get_alerts_object "Direct link to get_alerts_object")

**Get alerts object** Read-only

Retrieve a specific alert definition, alert event, or case by ID.

### `manage_alerts`[​](#manage_alerts "Direct link to manage_alerts")

**Manage Coralogix Alerts** Read-write

Unified tool for all Coralogix alert operations.

### `manage_alerts_scheduler`[​](#manage_alerts_scheduler "Direct link to manage_alerts_scheduler")

**Manage Coralogix Alerts Schedulers** Read-write

Unified tool for all Coralogix alerts scheduler operations.

### `search_alert_definitions`[​](#search_alert_definitions "Direct link to search_alert_definitions")

**Search alert definitions** Read-only

Search alert definitions in the team with flexible filters.

## Dashboards[​](#dashboards "Direct link to Dashboards")

Find dashboards and saved dashboard queries using the MCP server.

### `list_dashboard_folders`[​](#list_dashboard_folders "Direct link to list_dashboard_folders")

**List dashboard folders** Read-only

List all dashboard folders.

### `list_dashboards`[​](#list_dashboards "Direct link to list_dashboards")

**List dashboards** Read-only

List all dashboards in the dashboard catalog.

### `manage_dashboard_folders`[​](#manage_dashboard_folders "Direct link to manage_dashboard_folders")

**Create or delete dashboard folders** Read-write

Create or delete dashboard folders.

### `manage_dashboards`[​](#manage_dashboards "Direct link to manage_dashboards")

**Create, replace, validate, or delete dashboards** Read-write

Create, replace, validate, or delete a dashboard.

### `search_dashboard`[​](#search_dashboard "Direct link to search_dashboard")

**Search dashboards or fetch one by ID** Read-only

Find dashboards by semantic search or retrieve one by its exact ID.

### `search_queries`[​](#search_queries "Direct link to search_queries")

**Search saved dashboard queries** Read-only

Search saved dashboard queries by meaning or by field reference.

## Data exploration[​](#data-exploration "Direct link to Data exploration")

Use these foundational tools for understanding and querying your data effectively.

### `get_system_dataset_info`[​](#get_system_dataset_info "Direct link to get_system_dataset_info")

**Get system dataset info** Read-only

Get detailed information and schema guidance for one `system/...` dataset.

### `list_datasets`[​](#list_datasets "Direct link to list_datasets")

**List datasets** Read-only

List system and user-defined datasets available for DataPrime queries.

### `search_for_fields`[​](#search_for_fields "Direct link to search_for_fields")

**Search log/span fields by description and/or example value** Read-only

Batch search for log or span DataPrime field paths by description and/or value. Supports up to 5 search items at once.

## DataPrime[​](#dataprime "Direct link to DataPrime")

Explore DataPrime commands and run DataPrime queries over logs, spans, and datasets.

### `describe_dataprime_construct`[​](#describe_dataprime_construct "Direct link to describe_dataprime_construct")

**Describe a DataPrime construct** Read-only

Describe a DataPrime command or function construct.

### `list_dataprime_commands`[​](#list_dataprime_commands "Direct link to list_dataprime_commands")

**Browse DataPrime commands and functions** Read-only

List of all DataPrime commands and/or functions.

### `list_dataprime_constructs`[​](#list_dataprime_constructs "Direct link to list_dataprime_constructs")

**List DataPrime constructs** Read-only

List all available DataPrime constructs (commands and functions).

### `query_dataprime`[​](#query_dataprime "Direct link to query_dataprime")

**Query DataPrime (logs, spans, or datasets)** Read-only

Execute a DataPrime query against Coralogix logs, spans, or named datasets.

### `show_dataprime_command_details`[​](#show_dataprime_command_details "Direct link to show_dataprime_command_details")

**Show DataPrime command syntax and details** Read-only

Show details for a specific DataPrime command or function.

## Documentation & reference[​](#documentation--reference "Direct link to Documentation & reference")

Search and read the Coralogix documentation portal from your AI coding assistant through the MCP server.

### `fetch_doc`[​](#fetch_doc "Direct link to fetch_doc")

**Fetch a Coralogix doc page** Read-only

Fetch one Coralogix docs page as markdown.

### `read_rum_sdk_docs`[​](#read_rum_sdk_docs "Direct link to read_rum_sdk_docs")

**Read Coralogix RUM SDK documentation** Read-only

Get the official Coralogix RUM SDK setup guide and API reference. This is the authoritative source for RUM SDK integration.

### `search_docs`[​](#search_docs "Direct link to search_docs")

**Search Coralogix docs** Read-only

Search official Coralogix docs by title or path.

## Metrics[​](#metrics "Direct link to Metrics")

Query your Coralogix metrics using the MCP server.

### `get_metric_label_values`[​](#get_metric_label_values "Direct link to get_metric_label_values")

**List metric label values** Read-only

List values for a metric label.

### `get_metric_labels`[​](#get_metric_labels "Direct link to get_metric_labels")

**List metric label names** Read-only

List label names for a metric.

### `manage_events2metrics`[​](#manage_events2metrics "Direct link to manage_events2metrics")

**Manage Coralogix Events2Metrics** Read-write

Unified tool for all Coralogix events2metric operations.

### `manage_recording_rules_groups_set`[​](#manage_recording_rules_groups_set "Direct link to manage_recording_rules_groups_set")

**Manage Coralogix Recording Rule Group Sets** Read-write

Unified tool for Coralogix recording rule group set operations.

### `query_promql_instant`[​](#query_promql_instant "Direct link to query_promql_instant")

**Run PromQL instant query (metrics)** Read-only

Run an instant PromQL expression against Coralogix Metrics (Prometheus `query` endpoint).

### `query_promql_range`[​](#query_promql_range "Direct link to query_promql_range")

**Run PromQL range query (metrics)** Read-only

Run a range PromQL expression against Coralogix Metrics (Prometheus `query_range` endpoint).

### `search_labels`[​](#search_labels "Direct link to search_labels")

**Search label names across metrics** Read-only

Find label names matching a substring across all metrics. Use when the user mentions a dimension/filter but you don't yet know which metric carries it, then follow up with `search_relevant_metrics(<label>, mode="by_label")`. See the metrics skill for the full workflow.

### `search_relevant_metrics`[​](#search_relevant_metrics "Direct link to search_relevant_metrics")

**Search relevant metrics** Read-only

Discover metrics by description, name pattern, or label. See the metrics skill for the full workflow.

## Olly[​](#olly "Direct link to Olly")

Use Olly, Coralogix's natural-language observability agent, from your AI coding assistant through the MCP server.

Gated tools

The Olly tools below are gated: hidden by default, and advertised only when your MCP client sends the `x-allow-costly-use: true` header. See [Setup](https://coralogix.com/docs/docs/user-guides/mcp-server/setup/.md) to turn them on.

### `olly_ask`[​](#olly_ask "Direct link to olly_ask")

**Ask Olly AI Assistant** Read-write Gated

Send a question to Olly AI assistant and get a response.

### `olly_get_artifact`[​](#olly_get_artifact "Direct link to olly_get_artifact")

**Get Olly Artifact** Read-only Gated

Get an artifact's metadata and download URL.

### `olly_get_chat`[​](#olly_get_chat "Direct link to olly_get_chat")

**Get Olly Chat** Read-only Gated

Get a specific Olly chat with its full conversation history.

### `olly_list_artifacts`[​](#olly_list_artifacts "Direct link to olly_list_artifacts")

**List Olly Artifacts** Read-only Gated

List artifacts (query results, charts, tables) generated by Olly during conversations.

### `olly_list_chats`[​](#olly_list_chats "Direct link to olly_list_chats")

**List Olly Chats** Read-only Gated

List the user's Olly chat sessions.

## Platform configuration[​](#platform-configuration "Direct link to Platform configuration")

Create, manage, and export platform configuration resources — parsing rules, enrichments, Events2Metrics, notification routing, presets, and custom roles.

### `manage_ai_custom_evaluation`[​](#manage_ai_custom_evaluation "Direct link to manage_ai_custom_evaluation")

**Manage custom AI evaluation** Read-write

Manage **custom evaluation policies** and their links to applications. Pick `action`: - `create` (needs `body`): create a custom evaluation policy. `body` holds name, instructions, policyType, and optional description/violates/safe/examples/applicationIds. - `update` (needs `evaluation_id`, `updates`): partial patch of a custom evaluation policy — omitted fields are left unchanged. - `add_policy` (needs `evaluation_id`, `application_id`): attach a custom evaluation policy to an app. - `remove_policy` (needs `evaluation_id`, `application_id`): detach a policy from an app. Removes only the link; the policy object survives and can be re-added. (This is how you 'remove' a policy from an app — there is no policy delete.) Returns JSON.

### `manage_ai_evaluation`[​](#manage_ai_evaluation "Direct link to manage_ai_evaluation")

**Manage AI evaluation** Read-write

Create, update, or delete a **configured evaluation** (a policy enabled on an AI application). Pick `action`: - `create` (needs `application`, `subsystem`, `config`, `target` \[PROMPT|RESPONSE]; optional `is_enabled`, `threshold`): enable an evaluation on an app. `config` is the EvaluationConfig object (the `$case` variant + its fields). - `update` (needs `evaluation_id`, `updates`): partial patch — include only the fields to change; omitted fields are left unchanged. - `delete` (needs `evaluation_id`): remove the evaluation from its app. Destructive and not reversible. Returns JSON.

### `manage_ai_model_pricing`[​](#manage_ai_model_pricing "Direct link to manage_ai_model_pricing")

**Manage AI model pricing** Read-write

Set the team's custom per-model pricing overrides. `action` is `set` (needs `prices`). Pricing is **team-wide** (not per-app) and applies to new data only; `set` replaces the whole set — pass the full map, or an empty map `{}` to clear all overrides. `prices` maps model name to a pricing object {inputPricePerMillionTokens, outputPricePerMillionTokens, cacheReadPricePerMillionTokens, cacheWritePricePerMillionTokens}. Returns JSON.

### `manage_cases`[​](#manage_cases "Direct link to manage_cases")

**Manage and inspect cases** Read-write

Manage or inspect one or more cases.

### `manage_custom_roles`[​](#manage_custom_roles "Direct link to manage_custom_roles")

**Manage Coralogix Custom Roles** Read-write

Unified tool for Coralogix custom role operations.

### `manage_data_enrichments`[​](#manage_data_enrichments "Direct link to manage_data_enrichments")

**Manage Coralogix Data Enrichments** Read-write

Unified tool for Coralogix data enrichment operations.

### `manage_global_routers`[​](#manage_global_routers "Direct link to manage_global_routers")

**Manage Coralogix Global Routers** Read-write

Unified tool for Coralogix notification-center global router operations.

### `manage_integrations`[​](#manage_integrations "Direct link to manage_integrations")

**Manage Coralogix Integrations** Read-write

Unified tool for Coralogix Integration Service operations.

### `manage_parsing_rules`[​](#manage_parsing_rules "Direct link to manage_parsing_rules")

**Manage Coralogix Parsing Rules** Read-write

Unified tool for all Coralogix parsing rule operations.

### `manage_presets`[​](#manage_presets "Direct link to manage_presets")

**Manage Coralogix Presets** Read-write

Unified beta tool for Coralogix notification-center preset operations.

### `manage_view_folders`[​](#manage_view_folders "Direct link to manage_view_folders")

**Create, update, or delete saved view folders** Read-write

Create, update, or delete a saved view folder.

### `manage_views`[​](#manage_views "Direct link to manage_views")

**Create, update, or delete saved views** Read-write

Create, update, or delete a saved view.

## SLO[​](#slo "Direct link to SLO")

Create, manage, and export service level objectives using the Model Context Protocol server.

### `manage_slo_v2s`[​](#manage_slo_v2s "Direct link to manage_slo_v2s")

**Manage Coralogix SLO v2 Resources** Read-write

Unified tool for Coralogix SLO v2 operations.

## TCO[​](#tco "Direct link to TCO")

Create, manage, and export TCO log and trace policies to control your data costs.

### `manage_tco_log_policies`[​](#manage_tco_log_policies "Direct link to manage_tco_log_policies")

**Manage Coralogix TCO Log Policies** Read-write

Unified tool for Coralogix TCO log policy operations.

### `manage_tco_trace_policies`[​](#manage_tco_trace_policies "Direct link to manage_tco_trace_policies")

**Manage Coralogix TCO Trace Policies** Read-write

Unified tool for Coralogix TCO trace policy operations.

## Utilities[​](#utilities "Direct link to Utilities")

Helper tools for constructing correct, time-accurate queries.

### `get_datetime`[​](#get_datetime "Direct link to get_datetime")

**Get current UTC date and time** Read-only

Get the current date and time in UTC (ISO 8601), useful for query time bounds.

## Other[​](#other "Direct link to Other")

### `get_case_events`[​](#get_case_events "Direct link to get_case_events")

**Get case events** Read-only

Retrieve full case event detail (comment text, actor, timestamps, and other event-specific data) for a case, with optional filtering by event type and paging.

### `get_data_usage_capabilities`[​](#get_data_usage_capabilities "Direct link to get_data_usage_capabilities")

**Get Data Usage Query API capabilities** Read-only

Get the supported labels, measurement kinds, units, and request limits for the Data Usage Query API.

### `get_view`[​](#get_view "Direct link to get_view")

**Get saved view** Read-only

Get a saved view by ID.

### `get_view_folder`[​](#get_view_folder "Direct link to get_view_folder")

**Get saved view folder** Read-only

Get a saved view folder by ID.

### `list_view_folders`[​](#list_view_folders "Direct link to list_view_folders")

**List saved view folders** Read-only

List all saved view folders.

### `list_views`[​](#list_views "Direct link to list_views")

**List saved views** Read-only

List all saved views.

### `query_data_usage`[​](#query_data_usage "Direct link to query_data_usage")

**Query billable data usage** Read-only

Query billable data usage in daily or hourly buckets.

## Changelog[​](#changelog "Direct link to Changelog")

Changes to the tool set, detected on each sync of this page.

* **2026-07-28** — Added: [`get_case_events`](#get_case_events), [`get_data_usage_capabilities`](#get_data_usage_capabilities), [`get_view`](#get_view), [`get_view_folder`](#get_view_folder), [`list_dashboard_folders`](#list_dashboard_folders), [`list_dashboards`](#list_dashboards), [`list_view_folders`](#list_view_folders), [`list_views`](#list_views), [`manage_cases`](#manage_cases), [`manage_dashboard_folders`](#manage_dashboard_folders), [`manage_dashboards`](#manage_dashboards), [`manage_view_folders`](#manage_view_folders), [`manage_views`](#manage_views), [`query_data_usage`](#query_data_usage).
* **2026-07-23** — Added: [`manage_ai_custom_evaluation`](#manage_ai_custom_evaluation), [`manage_ai_evaluation`](#manage_ai_evaluation), [`manage_ai_model_pricing`](#manage_ai_model_pricing). Removed: `ai_center_add_policy_to_application`, `ai_center_create_custom_evaluation`, `ai_center_create_evaluation`, `ai_center_delete_evaluation`, `ai_center_get_application`, `ai_center_get_coverage`, `ai_center_get_evaluation`, `ai_center_list_custom_evaluations`, `ai_center_list_custom_evaluations_for_application`, `ai_center_remove_policy_from_application`, `ai_center_set_model_pricing`, `ai_center_update_custom_evaluation`, `ai_center_update_evaluation`.
* **2026-07-16** — Catalog established with 57 tools.
