Better Stack

telemetry_build_metric_query_tool

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.

Remote betterstack

Other tools also called telemetry_build_metric_query_tool? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "description": "Natural language description of the desired query"
    },
    "source_id": {
      "type": "integer",
      "description": "The ID of the source"
    }
  }
}