aries_incident_query
Query operator-vetted incidents to avoid repeating known mistakes. Supports recent, search, stats, and retrieval by ID for Alkanes/Subfrost work.
Instructions
Query the TRUSTED incident corpus to avoid repeating known mistakes — call this BEFORE non-trivial Alkanes/Subfrost work. Serves only operator-vetted incidents (pending submissions are not returned). actions: recent (newest first, default), search (free-text + filters), stats (aggregate counts), get (by incident id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated tags to match | |
| limit | No | Max results (default 10, max 50) | |
| action | No | ||
| category | No | ||
| severity | No | Minimum severity threshold | |
| incident_id | No | For action=get (e.g. INC-...) | |
| search_text | No | Free-text across title/description/root_cause/correction | |
| affected_files | No | Comma-separated file paths to match |