The MCP tool directory.
Each row is one tool from one provider. Tools sharing a name across providers (e.g. search) are listed separately because they aren't interchangeable.
[ 2892 tools indexed ]
[ all tools ]
30 / 2892
telemetry_build_metric_query_tool
[ remote ]Generates a ClickHouse SQL query from natural language for creating metrics visualizations in Better Stack Dashboards. Returns a query optimized for charts and dashboards that can be directly used in the Dashboard builder UI. **Note**: The generated query uses Better Stack's query syntax and will not work directly in raw ClickHouse.
telemetry_chart
[ remote ]Execute a ClickHouse SQL query and display the result as a line chart. Query instructions (column aliases, time granularity, data access patterns) are in: - `telemetry_get_query_instructions_tool` — logs and spans - `telemetry_get_errors_query_instructions_tool` — errors - `telemetry_get_metrics_query_instructions_tool` — metrics
telemetry_create_application_tool
[ remote ]Create a new application in Better Stack. Returns the created application details including ID, ingestion token, ingesting host URL, retention settings, and platform-specific integration documentation links with next steps for configuration
telemetry_create_cloud_connection_tool
[ remote ]Create a secure cloud connection for direct ClickHouse query access to logs, spans, and metrics data. Returns connection credentials (host, port, username, password), sample queries for each data type, and cURL command examples. Connections expire after 1 hour by default
telemetry_create_dashboard_tool
[ remote ]Create a new dashboard. Optionally use a template to start with pre-configured charts. Call get_chart_building_instructions for guidance on dashboard structure and layout. Optionally specify a source_id to preconfigure the dashboard with that source. Returns the new dashboard ID which can be used with add_chart_to_dashboard to add charts
telemetry_create_source_tool
[ remote ]Create a new log source in Better Stack. Returns the created source details including ID, ingestion token, ingesting host URL, retention settings, and platform-specific integration documentation links with next steps for configuration
telemetry_edit_chart_tool
[ remote ]Edit an existing chart name, query, type, or settings. Only provide the fields you want to change. **IMPORTANT: If changing the query:** If you haven't already verified the new query by previewing with `telemetry_chart` (which runs the query and reports errors automatically), test it with `telemetry_query` first before updating the chart. Call get_chart_building_instructions for chart type and settings reference. Use get_dashboard_details first to find the chart ID
telemetry_export_dashboard_tool
[ remote ]Export a dashboard configuration as JSON. Returns the complete dashboard data structure including charts, sections, presets, and settings
telemetry_get_chart_building_instructions_tool
[ remote ]Get comprehensive instructions for building charts and dashboards, including chart types, units, axis settings, column mapping, legend placement, layout tips, and common mistakes. Call this before creating or editing charts
telemetry_get_chart_details_tool
[ remote ]Get detailed information about a specific chart including its SQL queries, configuration, and settings. Use get_dashboard_details first to find the chart ID
telemetry_get_dashboard_details_tool
[ remote ]Get detailed information about a specific dashboard including its charts, sections, layout, and configuration. Use this to understand a dashboard structure before modifying it
telemetry_get_errors_query_instructions_tool
[ remote ]Get comprehensive instructions for building SQL ClickHouse queries for error tracking, including both error patterns (metrics) and individual exceptions. Explains when to use each source and provides examples for common use cases
telemetry_get_metric_details_tool
[ remote ]Get comprehensive details about a specific metric. Returns metric overview (data points, active series, available aggregations), definition (SQL expression or JSON path), example queries for different aggregation functions, and Prometheus tags (for pure metrics). Essential for understanding how to query and use a metric
telemetry_get_metrics_and_cardinality_tool
[ remote ]Get complete metrics and cardinality for a source. Returns a table of all available metrics (pure and computed) with their names, types, data points count, and active series count
telemetry_get_replays_query_instructions_tool
[ remote ]Get comprehensive instructions for building SQL ClickHouse queries for session replays. Explains data structure, provides examples for listing replays, finding replays linked to errors, and filtering by user/environment
telemetry_get_source_fields_tool
[ remote ]Get complete field catalog for a logs or spans source. Returns a table of all queryable fields with their paths and data types. Essential for understanding what fields can be queried for building custom queries
telemetry_import_dashboard_tool
[ remote ]Import a dashboard from JSON configuration. Creates a new dashboard with the provided data structure
telemetry_list_applications_tool
[ remote ]List all available applications in a paginated table format. Returns application ID, name, platform type, team, status (active/paused), data region, and creation date
telemetry_list_clusters_tool
[ remote ]List all available storage clusters for a specific team. Returns a table with cluster IDs, names, and regions. Used primarily for creating cloud connections to query logs and metrics data directly via ClickHouse
telemetry_list_dashboard_templates_tool
[ remote ]List all available dashboard templates in a paginated table format. Returns template ID, name, description, and other metadata
telemetry_list_dashboards_tool
[ remote ]List all available dashboards in a paginated table format. Returns dashboard ID, name, creation date, and last updated date
telemetry_list_data_regions_tool
[ remote ]List all available data regions and clusters for application and source creation. Returns a table with region IDs (to use when creating applications or sources), display names, types (Region or Cluster), and geographical locations. Includes usage instructions for both standard regions and custom clusters
telemetry_list_releases_tool
[ remote ]List all releases for a specific application in a paginated table format. Returns release reference, environments, first seen, and last seen timestamps
telemetry_list_sources_tool
[ remote ]List all available sources in a paginated table format. Returns source ID, name, platform type, team, status (active/paused), data region, and creation date
telemetry_list_teams_tool
[ remote ]List all available teams in Better Stack Logs. Returns a table with team IDs and names, grouped by organization
telemetry_move_charts_tool
[ remote ]Move one or more charts to new positions on a dashboard. Validates the final layout for overlaps, allowing swaps and complex rearrangements. All moves are applied atomically - if any move is invalid, none are applied. Grid is 12 columns wide
telemetry_query
[ remote ]Execute a ClickHouse SQL query to retrieve logs, traces/spans, errors, and metrics from telemetry data. - **IMPORANT**: Use `telemetry_get_query_instructions_tool` to get instructions on how to create the correct query for logs and spans - **IMPORANT**: Use `telemetry_get_errors_query_instructions_tool` to get instructions on how to create the correct query for errors - **IMPORANT**: Use `telemetry_get_metrics_query_instructions_tool` to get instructions on how to create the correct query for metrics
telemetry_remove_chart_tool
[ remote ]Remove a chart from its dashboard permanently. This action cannot be undone and will also remove any alerts associated with the chart. Use get_dashboard_details first to find the chart ID
telemetry_remove_dashboard_section_tool
[ remote ]Remove a section divider from a dashboard permanently. This action cannot be undone. Charts are not affected - only the section header is removed. Use get_dashboard_details first to find the section ID
telemetry_remove_dashboard_tool
[ remote ]Remove a dashboard permanently. This action cannot be undone