Settle SAP Escrow V2
sap_settle_escrow_v2Settle a V2 escrow directly by providing nonce, service hash, number of calls to settle, and depositor wallet public key.
Instructions
Local-signer-only direct settlement against a V2 escrow. Hosted users should call sap_escrow_build_settle_transaction and finalize locally. SAP MCP context: Payment and settlement flow. Estimate or fetch state before creating escrows or settling calls; write operations require an enabled signer mode and MCP policy approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | No | Escrow nonce (as a decimal string, default: 0) | |
| serviceHash | No | 32-byte service hash as a byte array, hex string, or base64 string | |
| callsToSettle | No | Number of calls to settle (as a decimal string) | |
| depositorWallet | No | Depositor wallet public key (base58) |
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. |