Fetch Pending Settlement
sap_fetch_pending_settlementRetrieve a pending settlement PDA to inspect its current state before proceeding with registry, payment, or tool account updates.
Instructions
Fetch a V2 pending settlement PDA. 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 |
|---|---|---|---|
| pendingPda | No | Pending settlement PDA (base58) to fetch |
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. |