Relaystation
R
Relaystation
/ask_operator

ask operator

Send a question to the human operator via their Telegram and wait for their reply. Use when you need a decision, approval, or clarification you can't infer from

liveunknown~5s typical
mcprelaystation
$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-ai-relaystation-relaystation /ask_operator for me.

Input

FieldTypeDescription
message*string
max_wait_secondsinteger
attached_baton_idstring

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-ai-relaystation-relaystation","endpoint":"/ask_operator","input":{"message":"..."}}'
cli
npx cracked-ai run -p mcp-ai-relaystation-relaystation -e /ask_operator -i '{"message":"..."}'
mcp
run_tool({ provider: "mcp-ai-relaystation-relaystation", endpoint: "/ask_operator", input: {"message":"..."} })

Try it

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