M
myriade
/myriade_propose_check
myriade propose check
Propose a monitoring check for the user to review in Myriade. This creates a PROPOSAL, never an active check: nothing runs until a database owner or org admin
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_propose_check for me.
Input
| Field | Type | Description |
|---|---|---|
| database_id* | string | UUID of the database |
| name* | string | Short human-readable name (unique per database) |
| check_sql* | string | SQL returning zero rows when healthy, rows when wrong |
| severity | string (LOW | MEDIUM | HIGH | CRITICAL) | Severity raised when the check trips default "MEDIUM" |
| interval_minutes | integer | Cadence in minutes (minimum 5) default 60 |
| description | string | One sentence, prospective tense: "Trips when <condition> (baseline ~X)" default "" |
| group_name | string | Cluster to file the check under (reuse an existing group's exact name), or omit to leave i |
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_propose_check","input":{"database_id":"...","name":"...","check_sql":"...","severity":"MEDIUM","interval_minutes":60,"description":""}}'cli
npx cracked-ai run -p mcp-ai-myriade-myriade -e /myriade_propose_check -i '{"database_id":"...","name":"...","check_sql":"...","severity":"MEDIUM","interval_minutes":60,"description":""}'mcp
run_tool({ provider: "mcp-ai-myriade-myriade", endpoint: "/myriade_propose_check", input: {"database_id":"...","name":"...","check_sql":"...","severity":"MEDIUM","interval_minutes":60,"description":""} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.