M
myriade
/myriade_get_answer
myriade get answer
Retrieve the result of a myriade_ask run. Returns ``{"status": "completed", "answer": ...}`` once the analyst agent has answered, or ``{"status": "running"}``
liveunknown~5s typical
mcpmyriade
$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-myriade-myriade /myriade_get_answer for me.
Input
| Field | Type | Description |
|---|---|---|
| conversation_id* | string | Conversation UUID returned by myriade_ask |
| wait_seconds | integer | How long to wait for the run to finish before reporting its status (long-poll) default 20 |
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-myriade-myriade","endpoint":"/myriade_get_answer","input":{"conversation_id":"...","wait_seconds":20}}'cli
npx cracked-ai run -p mcp-ai-myriade-myriade -e /myriade_get_answer -i '{"conversation_id":"...","wait_seconds":20}'mcp
run_tool({ provider: "mcp-ai-myriade-myriade", endpoint: "/myriade_get_answer", input: {"conversation_id":"...","wait_seconds":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.