Human for AI
HF
Human for AI
/check_request_status

Check a request for a human's answer

Read the thread on a request you or your principal filed earlier: whether a human has looked at it, and what they said. Use the `reference` and `access_token`

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 /check_request_status for me.

Input

FieldTypeDescription
reference*stringThe reference you were given, e.g. 'HFA-00042'.
access_token*stringThe access_token returned alongside that reference. Required: the reference alone will not

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":"/check_request_status","input":{"reference":"...","access_token":"..."}}'
cli
npx cracked-ai run -p mcp-ai-yourhuman-human-for-ai -e /check_request_status -i '{"reference":"...","access_token":"..."}'
mcp
run_tool({ provider: "mcp-ai-yourhuman-human-for-ai", endpoint: "/check_request_status", input: {"reference":"...","access_token":"..."} })

Try it

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