M
myriade
19 endpointsliveExplore and query your data warehouse through Myriade's AI data analyst agent. (MCP server ai.myriade/myriade, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for myriade.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| myriade list databases /myriade_list_databases | List databases configured in Myriade (paginated, sorted by name). Returns paginated database connections with their IDs, names, engines, and descriptions. Use | $0.0020 per call | unknown |
| myriade get database info /myriade_get_database_info | Get detailed information about a specific database connection. Returns information about the database including its name, engine type, description, write mode, | $0.0020 per call | unknown |
| myriade list tables /myriade_list_tables | List tables in a database (paginated, sorted by database/schema/name). Returns a flat, paginated list of tables. Each item has database_name, schema, and name | $0.0020 per call | unknown |
| myriade get table schema /myriade_get_table_schema | Get the column-level schema for a specific table. Returns column names, data types, and descriptions for the table, plus the SQL `dialect` to use with myriade_ | $0.0020 per call | unknown |
| 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 | $0.0020 per call | unknown |
| myriade get query results /myriade_get_query_results | Re-execute a saved Myriade query and return fresh results. The query's SQL always re-runs under the caller's governance policies (table permissions, column mas | $0.0020 per call | unknown |
| 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). | $0.0020 per call | unknown |
| myriade search catalog /myriade_search_catalog | Search the data catalog for tables, columns, or terms by name/description. Uses fuzzy matching and full-text search. Keep queries short (1-2 words) for best re | $0.0020 per call | unknown |
| myriade read asset /myriade_read_asset | Get detailed information about a catalog object (table, column, schema, or glossary term — assets and terms share one id space). Returns the asset's descriptio | $0.0020 per call | unknown |
| myriade update asset /myriade_update_asset | Update a catalog asset's documentation (requires edit rights). - ``description`` replaces the existing description (auto-sets status to "draft" if status is | $0.0020 per call | unknown |
| 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 | $0.0020 per call | unknown |
| 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 | $0.0020 per call | unknown |
| myriade read report /myriade_read_report | Read a report's full markdown content. Applies the same visibility rule as the web app; a report the caller may not see returns a "not found" error. To create | $0.0020 per call | unknown |
| myriade ask /myriade_ask | Ask a natural language question about a database using Myriade's data analyst agent. The agent will explore the database schema, search the catalog, run SQL qu | $0.0020 per call | unknown |
| myriade get answer /myriade_get_answer | Retrieve the result of a myriade_ask run. Returns ``{"status": "completed", "answer": ...}`` once the analyst agent has answered, or ``{"status": "running"}`` | $0.0020 per call | unknown |
| myriade monitoring overview /myriade_monitoring_overview | Snapshot of a database's monitoring board: check count, standing alerts (open / acknowledged / known) with their headlines, recent notifications and triage note | $0.0020 per call | unknown |
| myriade get check /myriade_get_check | Get a monitoring check (name, SQL, severity, cadence, status) and its most recent run results, newest first. On governed databases the SQL and evidence rows ar | $0.0020 per call | unknown |
| 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 | $0.0020 per call | unknown |
| myriade triage alert /myriade_triage_alert | Triage an alert (requires manage access: database owner or org admin). - ``resolve``: the underlying problem is handled or gone. - ``acknowledge``: keep it sta | $0.0020 per call | unknown |