tarn_last_root_causes
Retrieve the root-cause failure groups from the most recent run, excluding non-root failures, to pinpoint the exact issues for a fix.
Instructions
Return only the root-cause failure groups (NAZ-402) for a run, without the wider failures envelope. The fastest failures-first read for an agent planning a fix. Equivalent to: tarn failures --format json (groups only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Absolute path to the project root. Defaults to the workspace root captured during MCP `initialize`, or the server process's current directory. | |
| run_id | No | Run identifier or alias (`last`, `prev`, `@latest`, or a literal id). Defaults to `last`. |