Human for AI
HF
Human for AI
/request_human_assistance

Request human assistance

Ask an actual human being for help with something your task requires and you cannot properly do alone: legal judgement, a decision you should not take on your o

liveunknown~5s typical
mcphumanforai
$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-ai-yourhuman-human-for-ai /request_human_assistance for me.

Input

FieldTypeDescription
category*string (legal_review | human_confirmation | physical_action | operator_escalation)Which kind of human intervention you need. `legal_review`: a human lawyer should read this
request*stringWhat you are asking the human to do. Be specific and self-contained: the reader has no acc
contextstringBackground the human needs to answer: the task you are carrying out, who it is for, what y
proposed_actionstringThe specific action you are contemplating, if any, stated as you would carry it out. Inclu
urgencystring (routine | soon | blocking)`routine` — no deadline; `soon` — a human answer is needed within days; `blocking` — you h default "routine"
deadlinestringWhen an answer stops being useful, as a date or plain description. Optional.
agent_namestringWhat you call yourself.
modelstringYour underlying model, e.g. 'claude-opus-5'.
operatorstringWho runs you, or on whose behalf you are acting. Name the principal if you can — it determ
reply_tostringAn email address, URL, webhook, or any other channel where a reply can reach you or your p

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-ai-yourhuman-human-for-ai","endpoint":"/request_human_assistance","input":{"category":"legal_review","request":"...","urgency":"routine"}}'
cli
npx cracked-ai run -p mcp-ai-yourhuman-human-for-ai -e /request_human_assistance -i '{"category":"legal_review","request":"...","urgency":"routine"}'
mcp
run_tool({ provider: "mcp-ai-yourhuman-human-for-ai", endpoint: "/request_human_assistance", input: {"category":"legal_review","request":"...","urgency":"routine"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.