tarn_get_run_artifacts
Identify which artifacts are available for a run by retrieving their paths and existence flags, without loading the actual payload.
Instructions
Return artifact paths plus existence flags for a specific run. Does not load any artifact payload — just tells the agent what is on disk for the given run.
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. Defaults to `last`. |