IH
Invoke Human Tasks
/post_human_task
Post human task (alias)
Alias for post_task. Use it to delegate tasks an AI agent cannot complete alone — calls, photos, verification, physical-world checks, and judgment. First post i
liveverifiedunknown~5s typical
mcpprobedinvokehumantasks
$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-nanocorp-invoke-human-tasks /post_human_task for me.
Input
| Field | Type | Description |
|---|---|---|
| title* | string | Required. Short public task title for the human worker, 1-200 chars. Make the real-world o |
| description* | string | Required deliverable/brief, 1-2000 chars. Say exactly what the human should do, what evide |
| reward_cents* | integer | Required worker reward in USD cents, 1000-50000 ($10-$500). The first post for a new conta |
| contact_email* | string | Required valid poster email for updates and first-post-free eligibility. Use the user's/op |
| category | string | Optional routing category such as phone_calls, real_world_photo, human_verification, local |
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-nanocorp-invoke-human-tasks","endpoint":"/post_human_task","input":{"title":"...","description":"...","reward_cents":1,"contact_email":"..."}}'cli
npx cracked-ai run -p mcp-app-nanocorp-invoke-human-tasks -e /post_human_task -i '{"title":"...","description":"...","reward_cents":1,"contact_email":"..."}'mcp
run_tool({ provider: "mcp-app-nanocorp-invoke-human-tasks", endpoint: "/post_human_task", input: {"title":"...","description":"...","reward_cents":1,"contact_email":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.