Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- run_full — Run the full SMS delivery health check: collect Twilio + Datadog data, analyze delivery rate, error codes and carrier breakdown, synthesize LLM narrative summary.
- analyze_delivery — Given raw collected data, run pure deterministic analysis and return findings, root cause hypothesis and corrective actions. No LLM.
- get_carrier_breakdown — Collect SMS data and return carrier-level delivery rate breakdown.
- get_error_analysis — Collect SMS data and return a detailed error code analysis with recommended fixes.
- check_alert_status — Check the Slack alert throttle state.
- discover_intent — Map a natural-language user query to the most appropriate tool and pre-filled arguments.
- plan_inputs — Plan/brainstorm the inputs for a tool: returns questions, schema and a ready-to-edit example.
- list_capabilities — List the agent's capabilities: tools, connectors, credentials and guardrails.