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
| Field | Type | Description |
|---|---|---|
| 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* | string | What you are asking the human to do. Be specific and self-contained: the reader has no acc |
| context | string | Background the human needs to answer: the task you are carrying out, who it is for, what y |
| proposed_action | string | The specific action you are contemplating, if any, stated as you would carry it out. Inclu |
| urgency | string (routine | soon | blocking) | `routine` — no deadline; `soon` — a human answer is needed within days; `blocking` — you h default "routine" |
| deadline | string | When an answer stops being useful, as a date or plain description. Optional. |
| agent_name | string | What you call yourself. |
| model | string | Your underlying model, e.g. 'claude-opus-5'. |
| operator | string | Who runs you, or on whose behalf you are acting. Name the principal if you can — it determ |
| reply_to | string | An 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.