MCP Tool Directory
Search tools exposed by MCP servers across all products. Find the right capability for your AI agent.
204 tools indexed
telemetry_build_metric_query_tool
RemoteGenerates 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_create_application_tool
RemoteCreate 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
RemoteCreate 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
RemoteCreate 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
RemoteCreate 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
RemoteEdit 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
RemoteExport a dashboard configuration as JSON. Returns the complete dashboard data structure including charts, sections, presets, and settings
telemetry_get_application_details_tool
RemoteGet comprehensive details of a specific application including its configuration, retention settings, ingestion details, custom bucket settings (if configured)
telemetry_get_chart_building_instructions_tool
RemoteGet 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
RemoteGet 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
RemoteGet 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_error_details_tool
RemoteGet comprehensive details of a specific error including its type, message, call site information, first occurrence, and current state (unhandled, unresolved, ignored, resolved, or reoccurred)
telemetry_get_errors_query_instructions_tool
RemoteGet 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
RemoteGet 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_metric_query_instructions_tool
RemoteGet instructions for building SQL ClickHouse queries for metrics, including available metrics, aggregations, and examples
telemetry_get_metrics_and_cardinality_tool
RemoteGet 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_query_instructions_tool
RemoteGet instruction for building SQL ClickHouse queries, including fields, aggregations, and examples, that can be used for running queries using direct connections to the ClickHouse proxy
telemetry_get_replays_query_instructions_tool
RemoteGet 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_details_tool
RemoteGet comprehensive details of a specific source including its configuration, retention settings, ingestion details, custom bucket settings (if configured)
telemetry_get_source_fields_tool
RemoteGet 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
RemoteImport a dashboard from JSON configuration. Creates a new dashboard with the provided data structure
telemetry_list_applications_tool
RemoteList 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
RemoteList 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
RemoteList all available dashboard templates in a paginated table format. Returns template ID, name, description, and other metadata
telemetry_list_dashboards_tool
RemoteList all available dashboards in a paginated table format. Returns dashboard ID, name, creation date, and last updated date
telemetry_list_data_regions_tool
RemoteList 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
RemoteList 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
RemoteList 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
RemoteList all available teams in Better Stack Logs. Returns a table with team IDs and names, grouped by organization
telemetry_move_charts_tool
RemoteMove 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