query
Execute read-only SQL against ClickHouse to investigate telemetry: group by time, aggregate, join logs/metrics/traces, and spot anomalies. Results are capped to keep agent context small.
Instructions
Run a read-only SQL query against ClickHouse (SELECT/WITH/SHOW/DESCRIBE/EXPLAIN only). Results are capped to keep the agent's context small. Use it to investigate telemetry: group by time, aggregate, find anomalies, join logs/metrics/traces. Add LIMIT on big tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | Read-only SQL. |