Fetch SAP Escrow V2
sap_fetch_escrow_v2Fetch a V2 escrow using either the escrow PDA directly or by combining agent PDA, depositor, and nonce. Inspect on-chain escrow state before mutating accounts.
Instructions
Fetch a V2 escrow by escrow PDA, or by agent PDA, depositor, and nonce. SAP MCP context: Read-only SAP SDK wrapper against the configured Solana RPC and SAP program. Use these reads to inspect current chain state before mutating registry, payment, reputation, memory, or tool accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | No | Escrow nonce (default: 0) — used with agentPda and depositor | |
| agentPda | No | Agent PDA (base58) — used when escrowPda is omitted | |
| depositor | No | Optional depositor wallet (base58) to filter by | |
| escrowPda | No | Escrow V2 PDA (base58) to fetch directly |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |