get_incidents
Fetch published incidents from a registry of real agent failures and process incidents. Filter by agent, severity, or category to check for known issues before delegating.
Instructions
Fetch published incidents from Hlido's NTSB-style failure registry — real observed agent failures (availability outages, regressions, hallucinations, safety issues) plus Hlido self-reported process incidents, each with severity, evidence, and vendor-response status. Filter by agent slug, severity, or category. Use this before delegating to an agent to check for known recent failures; an empty list means no published incidents, not a guarantee of reliability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Optional: only incidents for this agent slug | |
| severity | No | Optional minimum-interest filter (exact match) | |
| category | No | Optional category filter | |
| limit | No | Max results (default 20, max 100) |