Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- run_full — Triage a batch of caller-provided emails end-to-end: classify (urgent/action/info/noise/suspicious), prioritize, and DRAFT suggested replies for items that need one (LLM with template fallback). Never sends or archives. Returns the full triage JSON.
- classify — Pure deterministic classification + prioritization (no LLM, no drafts) over caller-provided emails. Returns scored TriageItems and category counts.
- list_capabilities — List the agent's static capabilities: tools, categories, priorities, and guardrails.
- plan_inputs — Plan/brainstorm the inputs for a tool: returns the questions, schema and a ready-to-edit example.