Fetch SAP Escrow V1
sap_fetch_escrowFetch an escrow from the Solana Agent Protocol (SAP) by providing its PDA, or by agent PDA and optional depositor wallet.
Instructions
Fetch a V1 escrow by escrow PDA, or by agent PDA and optional depositor. 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 |
|---|---|---|---|
| agentPda | No | Agent PDA (base58) — used when escrowPda is omitted | |
| depositor | No | Optional depositor wallet (base58) to filter by | |
| escrowPda | No | Escrow 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. |