arbitrate_dispute
Get an impartial human arbiter to decide whether a deliverable meets an agreed contract, or to settle disagreements between agents. Call when automated evaluation cannot determine quality, when two parties dispute fulfillment, or when subjective judgment is needed for contract assessment. Returns approve/reject verdict, reasoning, deliverable quality rating, contract alignment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Optional context. Use to clarify intent, constraints, audience, or anything that helps the expert evaluate. | |
| termsUri | No | Where the att/v1 manifest is hosted (https/ipfs). Convenience only — the hash is the identity. | |
| termsHash | No | Terms anchor this dispute is bound to: keccak256 of the att/v1 terms manifest (as echoed from the x402 payment), or an opaque 32-byte document hash such as an LCP atrHash ("sha256:0x…" accepted). Persisted on the ruling for the receipt + precedent lookups. | |
| termsJson | No | The full att/v1 terms manifest object. If provided it must be a valid manifest whose keccak256 equals termsHash. | |
| deliverable | Yes | The deliverable to assess. Text or a publicly accessible URL. | |
| partyAPosition | Yes | One side of the dispute. The expert evaluates both impartially — order is arbitrary. | |
| partyBPosition | Yes | The other side of the dispute. | |
| contractDescription | Yes | The agreed contract or deliverable specification. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tip | Yes | ||
| status | Yes | ||
| message | Yes | ||
| offering | Yes | ||
| priceUsdc | Yes | ||
| sessionId | Yes |