M
myriade
/myriade_request_catalog_change
myriade request catalog change
Propose a catalog change for the data team to review (no edit rights needed). Creates a reviewable suggestion routed to the asset's reviewers. Does NOT change
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_request_catalog_change for me.
Input
| Field | Type | Description |
|---|---|---|
| database_id* | string | UUID of the database |
| asset_id* | string | UUID of the asset to propose a change for |
| field* | string (description | tags) | Field to change: "description" or "tags" |
| proposed_value* | string | Proposed description text, or JSON-encoded list of tag names |
| rationale* | string | Why this change is proposed — shown to reviewers and in the activity feed |
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_request_catalog_change","input":{"database_id":"...","asset_id":"...","field":"description","proposed_value":"...","rationale":"..."}}'cli
npx cracked-ai run -p mcp-ai-myriade-myriade -e /myriade_request_catalog_change -i '{"database_id":"...","asset_id":"...","field":"description","proposed_value":"...","rationale":"..."}'mcp
run_tool({ provider: "mcp-ai-myriade-myriade", endpoint: "/myriade_request_catalog_change", input: {"database_id":"...","asset_id":"...","field":"description","proposed_value":"...","rationale":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.