investigate_incident
Automate incident investigation: gather similar past incidents, query logs/metrics/runbooks, and produce a synthesized report to identify root causes.
Instructions
Run an AgentCore incident investigation: retrieves similar past incidents from episodic memory, plans tool calls with an LLM, queries logs/metrics/runbooks, and synthesizes a report. Waits for completion by default and returns the synthesized incident report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Incident description, e.g. 'payments-service p99 latency at 4s after deploy v2.3' | |
| context | No | Optional extra context: alert payload, log snippets, recent changes | |
| dry_run | No | Skip side effects (no ticket creation, no memory write). Default false | |
| wait_seconds | No | Max seconds to wait for completion (0 = return task_id immediately). Default 120 |