M
myriade
/myriade_list_reports
myriade list reports
List or search reports (documents) written in Myriade. Without ``query`` returns the most recently updated reports first; with ``query`` returns the best match
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_list_reports for me.
Input
| Field | Type | Description |
|---|---|---|
| database_id | string | UUID of the database whose reports to list. Omit for organisation-level reports (not bound |
| query | string | Optional search terms (title, description, content); results are ranked by relevance |
| limit | integer | Maximum results to return (1-50) 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_list_reports","input":{"limit":20}}'cli
npx cracked-ai run -p mcp-ai-myriade-myriade -e /myriade_list_reports -i '{"limit":20}'mcp
run_tool({ provider: "mcp-ai-myriade-myriade", endpoint: "/myriade_list_reports", input: {"limit":20} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.