File SAP Escrow V2 Dispute
sap_file_dispute_v2Dispute a V2 pending settlement by submitting an evidence hash, agent wallet, and escrow nonce to challenge the settlement.
Instructions
File a dispute for a V2 pending settlement. SAP MCP context: Direct synapse-sap-sdk wrapper served by this MCP. Read tools return on-chain state; write tools require signer policy, configured RPC, and the active SAP profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | No | Escrow nonce (as a decimal string, default: 0) | |
| agentWallet | No | Agent wallet public key (base58) | |
| evidenceHash | No | 32-byte evidence hash as a byte array, hex string, or base64 string | |
| settlementIndex | No | Settlement index to dispute (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. |