M
myriade
/myriade_query
myriade query
Execute a read-only SQL query against a database. Write the SQL in the dialect of the target database's engine — see the `dialect` field returned by myriade_li
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_query for me.
Input
| Field | Type | Description |
|---|---|---|
| database_id* | string | UUID of the database |
| sql* | string | Read-only SQL query, written for the target database's dialect (writes are blocked) |
| title | string | Optional name for the saved query, shown in Myriade |
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_query","input":{"database_id":"...","sql":"..."}}'cli
npx cracked-ai run -p mcp-ai-myriade-myriade -e /myriade_query -i '{"database_id":"...","sql":"..."}'mcp
run_tool({ provider: "mcp-ai-myriade-myriade", endpoint: "/myriade_query", input: {"database_id":"...","sql":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.