Invoke Human Tasks
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

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":"/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.