T
Taste
/arbitrate_dispute
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 evaluati
liveunknown~5s typical
mcptaste
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-humantaste-taste-mcp /arbitrate_dispute for me.
Input
| Field | Type | Description |
|---|---|---|
| contractDescription* | string | The agreed contract or deliverable specification. |
| deliverable* | string | The deliverable to assess. Text or a publicly accessible URL. |
| partyAPosition* | string | One side of the dispute. The expert evaluates both impartially — order is arbitrary. |
| partyBPosition* | string | The other side of the dispute. |
| context | string | Optional context. Use to clarify intent, constraints, audience, or anything that helps the |
| termsHash | string | Terms anchor this dispute is bound to: keccak256 of the att/v1 terms manifest (as echoed f |
| termsUri | string | Where the att/v1 manifest is hosted (https/ipfs). Convenience only — the hash is the ident |
| termsJson | object | The full att/v1 terms manifest object. If provided it must be a valid manifest whose kecca |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-humantaste-taste-mcp","endpoint":"/arbitrate_dispute","input":{"contractDescription":"...","deliverable":"...","partyAPosition":"...","partyBPosition":"..."}}'cli
npx cracked-ai run -p mcp-app-humantaste-taste-mcp -e /arbitrate_dispute -i '{"contractDescription":"...","deliverable":"...","partyAPosition":"...","partyBPosition":"..."}'mcp
run_tool({ provider: "mcp-app-humantaste-taste-mcp", endpoint: "/arbitrate_dispute", input: {"contractDescription":"...","deliverable":"...","partyAPosition":"...","partyBPosition":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.