T
Taste
/verify_reasoning_chain
verify reasoning chain
Audit your step-by-step reasoning for mid-chain errors before producing the final answer. Call when stakes are high and your chain has 3+ steps — humans catch w
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 /verify_reasoning_chain for me.
Input
| Field | Type | Description |
|---|---|---|
| chain* | array | Ordered array of reasoning steps. Each step: { step (number), reasoning (string), output ( |
| context | string | Optional context. Use to clarify intent, constraints, audience, or anything that helps the |
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":"/verify_reasoning_chain","input":{"chain":[]}}'cli
npx cracked-ai run -p mcp-app-humantaste-taste-mcp -e /verify_reasoning_chain -i '{"chain":[]}'mcp
run_tool({ provider: "mcp-app-humantaste-taste-mcp", endpoint: "/verify_reasoning_chain", input: {"chain":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.