Trace Get
trace_getREAD one trace's FULL record — input, result payload, status, per-step receipts, timing — by id. USE THIS whenever the user names or pastes a trace id, or asks what a run/step produced, returned, broke on, or means ('dissect this trace', 'what did step 2 return', 'why did my run fail'): fetch the REAL payload and answer from it. NEVER say you cannot read trace data into chat — this is exactly that tool — and never analyze a trace from memory or from what's on screen: every number you quote (latency, status, output) must come from this read. Owner-scoped: only the caller's own traces resolve. Pair with ui_navigate expand_trace to ALSO put it on their screen; this read is what grounds your words.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID of the trace | |
| wallet_address | Yes | Wallet address that owns the trace |