Crevio
C
Crevio
/send_message

send message

Continue a chat with follow-up instructions or answers — the agent keeps its context. Resumes a run waiting in needs_input, or queues a new run when the last on

liveunknown~5s typical
mcpcrevio
$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-co-crevio-crevio /send_message for me.

Input

FieldTypeDescription
chat_id*stringA chat id (aichat_...). A run id works too — it resolves to that run's chat.
message*stringThe follow-up to send into the conversation.
timeout_secondsintegerSeconds to wait for the reply before returning (default 0: return the new run immediately)

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

Try it

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