AdvocateMCP
A
AdvocateMCP
/initiate_handoff

Initiate Handoff

Begin a handoff from the agent to either a human operator (SMS/email via lead_routing_json) or another agent (signed continuation URL). In human mode the notifi

liveunknown~5s typical
mcpadvocatemcp
$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-com-advocatemcp-advocate /initiate_handoff for me.

Input

FieldTypeDescription
slug*stringBusiness slug identifier
reservation_idstringOptional link to a prior reservation
mode*string (human | agent)Handoff mode: human (SMS/email) or agent (continuation URL)
contact_namestringEnd-user's name
contact_emailstringEnd-user's email
contact_phonestringEnd-user's phone
urgencystring (low | normal | high | emergency)How time-sensitive (default: normal)
reasonstringWhy the user wants to reach a human
messagestringDeprecated alias for `reason`. The notification body is composed by the server from the fi
purposestringPurpose description for agent-mode continuation
idempotency_key*stringUnique key for idempotent handoff
agent_idstringOptional agent identifier

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-com-advocatemcp-advocate","endpoint":"/initiate_handoff","input":{"slug":"...","mode":"human","idempotency_key":"..."}}'
cli
npx cracked-ai run -p mcp-com-advocatemcp-advocate -e /initiate_handoff -i '{"slug":"...","mode":"human","idempotency_key":"..."}'
mcp
run_tool({ provider: "mcp-com-advocatemcp-advocate", endpoint: "/initiate_handoff", input: {"slug":"...","mode":"human","idempotency_key":"..."} })

Try it

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