T
Taste
/request_human_approval
request human approval
Pause your workflow for explicit human approval before executing a high-stakes action. Call before any irreversible action — large spend, on-chain transaction,
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 /request_human_approval for me.
Input
| Field | Type | Description |
|---|---|---|
| actionDescription* | string | Describe the action awaiting approval. Include numbers (amounts, recipients, URLs) the hum |
| stakes* | string (reversible | irreversible | financial | public) | What kind of risk the action carries. Reversible: undoable. Irreversible: cannot be undone |
| timeoutMinutes | integer | Maximum minutes to wait for a human response before returning denied_timeout. Default 30, |
| 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":"/request_human_approval","input":{"actionDescription":"...","stakes":"reversible"}}'cli
npx cracked-ai run -p mcp-app-humantaste-taste-mcp -e /request_human_approval -i '{"actionDescription":"...","stakes":"reversible"}'mcp
run_tool({ provider: "mcp-app-humantaste-taste-mcp", endpoint: "/request_human_approval", input: {"actionDescription":"...","stakes":"reversible"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.