Finalize SAP Escrow V2 Settlement
sap_finalize_settlement_v2Finalize a V2 settlement directly with a local signer. Use for pending settlements; hosted users should build and finalize locally.
Instructions
Local-signer-only direct finalization of a V2 pending settlement. Hosted users should call sap_escrow_build_finalize_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) | |
| agentWallet | No | Agent wallet public key (base58) | |
| depositorWallet | No | Depositor wallet public key (base58) | |
| settlementIndex | No | Settlement index to finalize (as a decimal string) |
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. |