get_tx_verification
Retrieve the verification block and transaction JSON for a previously prepared transaction using its handle when the original output is lost from context.
Instructions
Re-emit the prepared-tx JSON and VERIFY-BEFORE-SIGNING block for a known handle. Use this when the original prepare_* tool output has dropped out of your context (compaction, long sessions). The response shape and verification block match the original prepare_* call exactly. NEVER recover a verification block by reading tool-result files from disk — call this tool instead. Handles live in-memory for 15 minutes after issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | Opaque handle returned by any prepare_* tool. Use this when the original prepare_* response (and its VERIFY-BEFORE-SIGNING block) has been dropped from your context — the server re-emits the exact same JSON + verification block from in-memory state. Read the response from this tool directly; never recover verification data by reading tool-result files from disk. |