Invoke Human Tasks
IH
Invoke Human Tasks
/hire_human

Hire human (alias)

Alias for post_task. Use when the agent should stop guessing and hire a human. First post is free with no payment required and returns a live task_url; later po

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

Input

FieldTypeDescription
title*stringRequired. Short public task title for the human worker, 1-200 chars. Make the real-world o
description*stringRequired deliverable/brief, 1-2000 chars. Say exactly what the human should do, what evide
reward_cents*integerRequired worker reward in USD cents, 1000-50000 ($10-$500). The first post for a new conta
contact_email*stringRequired valid poster email for updates and first-post-free eligibility. Use the user's/op
categorystringOptional 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":"/hire_human","input":{"title":"...","description":"...","reward_cents":1,"contact_email":"..."}}'
cli
npx cracked-ai run -p mcp-app-nanocorp-invoke-human-tasks -e /hire_human -i '{"title":"...","description":"...","reward_cents":1,"contact_email":"..."}'
mcp
run_tool({ provider: "mcp-app-nanocorp-invoke-human-tasks", endpoint: "/hire_human", input: {"title":"...","description":"...","reward_cents":1,"contact_email":"..."} })

Try it

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