martin_arcade_status
Retrieve persisted evidence for Arcade rendering. Specify a loop ID for one exact run or omit it to get the latest run. Read-only; never changes run state.
Instructions
Read the read-only evidence projection used by the Arcade view. Provide loopId for one exact run or omit it to load the latest run. Use only for Arcade rendering; use martin_status for budget pressure or martin_run_dossier for full evidence. This tool reads persisted evidence and never changes run state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loopId | No | Optional MartinLoop run identifier. Omit it to read the latest persisted run. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cost | Yes | ||
| budget | Yes | ||
| loopId | Yes | Run identifier represented by this Arcade snapshot. | |
| attempts | Yes | Number of recorded attempts. | |
| warnings | Yes | Evidence or interpretation warnings for the Arcade view. | |
| completed | Yes | Whether the run is outside an active lifecycle state. | |
| verification | Yes | Persisted verifier evidence summary. | |
| displayOutcome | Yes | Terminal verified-handoff outcome, or null while the run is active. | |
| lifecycleState | Yes | Current persisted lifecycle state. | |
| receiptIntegrity | Yes | Persisted receipt-integrity verdict. |