Taste
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

FieldTypeDescription
contractDescription*stringThe agreed contract or deliverable specification.
deliverable*stringThe deliverable to assess. Text or a publicly accessible URL.
partyAPosition*stringOne side of the dispute. The expert evaluates both impartially — order is arbitrary.
partyBPosition*stringThe other side of the dispute.
contextstringOptional context. Use to clarify intent, constraints, audience, or anything that helps the
termsHashstringTerms anchor this dispute is bound to: keccak256 of the att/v1 terms manifest (as echoed f
termsUristringWhere the att/v1 manifest is hosted (https/ipfs). Convenience only — the hash is the ident
termsJsonobjectThe 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.