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.
[ 3135 tools indexed ]
[ all tools ]
30 / 3135
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
test_connection
[ remote ]Ping a connection (SELECT 1) and return server version + latency. Fast way to confirm credentials and network path without running describe_schema.
text_render_markdown
[ remote ]Use this when you need to convert Markdown to a fully styled HTML document with embedded CSS. Returns a complete, display-ready HTML page in JSON. Returns: 1. html (complete HTML document with embedd
TICKTICK_COMPLETE_TASK
[ remote ]Tool to mark a task as complete. Use after confirming the task is done.
TICKTICK_CREATE_PROJECT
[ remote ]Tool to create a new project in TickTick. Use when you need to programmatically add a project after obtaining a valid access token.
TICKTICK_CREATE_TASK
[ remote ]Tool to create a new task in TickTick. Use after you have task details such as title, dates, and optional reminders or subtasks.
TICKTICK_DELETE_PROJECT
[ remote ]Tool to delete a specific project. Use when you have confirmed the project ID and intend to permanently remove it. Example: "Delete the project with ID 6226ff9877acee87727f6bca".
TICKTICK_DELETE_TASK
[ remote ]Tool to delete a specific task. Use when you need to remove a task from a project after confirming both project and task IDs.
TICKTICK_GET_PROJECT_WITH_DATA
[ remote ]Tool to retrieve a project and its associated data (tasks, columns). Use when you need full project details including its tasks and columns after selecting a project ID.
TICKTICK_GET_USER_PROJECT
[ remote ]Tool to retrieve all projects for the user. Use when you need to list available projects for selection.