Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- run_full — Run the agent end-to-end: collect a read-only metric query result, compute deterministic deltas/trends/breakdowns/outliers, synthesize narrative + recommendations.
- analyze_metrics — Given raw collected data, run the pure deterministic analysis (no LLM): change %, trend, severity, breakdown share, outliers and confidence.
- compute_change — Compute the deterministic period-over-period change percentage and trend for a single metric value/prev pair.
- validate_query — Validate that a query is read-only (SELECT/WITH only) before it could run against the warehouse.
- list_capabilities — List the agent's static capabilities: tools, thresholds, guardrails and credential slots.
- discover_intent — Understand your goal and co-design the exact input via clarifying questions before running.
- plan_inputs — Plan/brainstorm the inputs for a tool: returns questions, schema and a ready-to-edit example.