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
| Field | Type | Description |
|---|---|---|
| slug* | string | Business slug identifier |
| reservation_id | string | Optional link to a prior reservation |
| mode* | string (human | agent) | Handoff mode: human (SMS/email) or agent (continuation URL) |
| contact_name | string | End-user's name |
| contact_email | string | End-user's email |
| contact_phone | string | End-user's phone |
| urgency | string (low | normal | high | emergency) | How time-sensitive (default: normal) |
| reason | string | Why the user wants to reach a human |
| message | string | Deprecated alias for `reason`. The notification body is composed by the server from the fi |
| purpose | string | Purpose description for agent-mode continuation |
| idempotency_key* | string | Unique key for idempotent handoff |
| agent_id | string | Optional 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.