Get Next Settlement Index
sap_next_settlement_indexReads the next V2 settlement index to estimate or fetch state before creating escrows or settling calls. Useful for payment and settlement flow.
Instructions
Read the next V2 settlement index. 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) |
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. |