Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- run_full — Generate a complete blameless postmortem draft from a PagerDuty incident.
- analyze_incident — Run deterministic analysis on a PagerDuty incident and return scored findings. No LLM call.
- generate_timeline — Build a chronological timeline of events for an incident, ordered from trigger to resolution.
- build_five_whys — Generate structured 5 Whys root-cause analysis prompts for an incident (blameless, system-focused).
- get_incident_summary — Return a concise incident summary without generating the full postmortem.
- discover_intent — Route a freeform user request to the most appropriate tool.
- list_capabilities — List all available tools and their purposes.
- plan_inputs — Plan inputs for a tool: returns questions, JSON schema, and a ready-to-edit example.