tarn_inspect
Inspect a prior run's archived report at run, file, test, or step granularity. Narrow the view to a specific FailureCategory using filter_category, and receive artifact paths for the source run.
Instructions
Inspect a prior run's archived report (NAZ-405) at run, file, test, or step granularity. Optional filter_category narrows the view to one FailureCategory. Response includes artifact paths for the run that seeded the view.
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. | |
| filter_category | No | Narrow the run-level view to steps whose `failure_category` matches this value. | |
| run_id | No | Run identifier or alias (`last`, `prev`, etc.). Defaults to `last`. | |
| target | No | Address of the entity to inspect: `FILE`, `FILE::TEST`, or `FILE::TEST::STEP`. Omit for the run-level view. |