M
myriade
/myriade_sample_data
myriade sample data
Get sample rows from a table to understand the data. Returns a random sample of up to ``limit`` rows (max 20).
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_sample_data for me.
Input
| Field | Type | Description |
|---|---|---|
| database_id* | string | UUID of the database |
| table_name* | string | Name of the table to sample |
| schema_name* | string | Schema containing the table |
| limit | integer | Rows to sample (1-20) default 10 |
| database_name | string | Optional warehouse-side database name (e.g. for Snowflake) |
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_sample_data","input":{"database_id":"...","table_name":"...","schema_name":"...","limit":10}}'cli
npx cracked-ai run -p mcp-ai-myriade-myriade -e /myriade_sample_data -i '{"database_id":"...","table_name":"...","schema_name":"...","limit":10}'mcp
run_tool({ provider: "mcp-ai-myriade-myriade", endpoint: "/myriade_sample_data", input: {"database_id":"...","table_name":"...","schema_name":"...","limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.