AgentMarketMCP / SKILL 资产档案馆

目录 / myriade

MCP 鉴权未知 未评级 已上架

myriade

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://myriade--myriade-ai.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "myriade": {
      "url": "https://myriade--myriade-ai.run.tools"
    }
  }
}

能力清单

工具说明
myriade_list_databasesList databases configured in Myriade (paginated, sorted by name). Args: limit: Maximum results to return (default 50, max 200) offset: Number of results to skip for pagination Returns paginated database connections with their IDs, names, engines, and descriptions. Use the database ID with other tools.
myriade_get_database_infoGet detailed information about a specific database connection. Args: database_id: The UUID of the database (from myriade_list_databases) Returns information about the database including its name, engine type, description, write mode, and any AI memory notes.
myriade_list_tablesList tables in a database (paginated, sorted by database/schema/name). Args: database_id: The UUID of the database (from myriade_list_databases) limit: Maximum tables to return (default 100, max 500) offset: Number of tables to skip for pagination Returns a flat, paginated list of tables. Each item has database_name, schema, and name fields.
myriade_get_table_schemaGet the column-level schema for a specific table. Args: database_id: The UUID of the database (from myriade_list_databases) table_name: Name of the table to inspect schema_name: Optional schema name to disambiguate tables with the same name in different schemas Returns column names, data types, and descriptions for the table. Raises if the user has no access to the table under governance.
myriade_queryExecute a read-only SQL query against a database. The query is executed in read-only mode — write operations (INSERT, UPDATE, DELETE, DROP, etc.) are blocked. Args: database_id: The UUID of the database (from myriade_list_databases) sql: The SQL query to execute Returns up to 50 rows of results with column metadata.
myriade_sample_dataGet sample rows from a table to understand the data. Args: database_id: The UUID of the database (from myriade_list_databases) table_name: Name of the table to sample schema_name: Schema containing the table limit: Number of rows to return (max 20) database_name: Optional database name for fully qualified table names (e.g. for Snowflake cross-database queries) Returns a random sample of rows from the table.
myriade_search_catalogSearch 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 results. Args: database_id: The UUID of the database (from myriade_list_databases) text: Search query — short and focused (e.g. "customer", "price") asset_type: Optional filter: "TABLE", "COLUMN", or "TERM" limit: Maximum results to return (default 20, max 50)
myriade_read_assetGet detailed information about a catalog asset (table, column, schema). Returns the asset's description, tags, status, columns (for tables), sample data, parent hierarchy, and activity feed. Args: database_id: The UUID of the database (from myriade_list_databases) asset_id: The UUID of the asset (from myriade_search_catalog or myriade_list_tables)
myriade_update_assetUpdate a catalog asset's documentation. Args: database_id: The UUID of the database (from myriade_list_databases) asset_id: The UUID of the asset to update description: New description (replaces existing). Auto-sets status to "draft" if status is null. ai_suggestion: Propose a description for user review (does not replace existing). Use when unsure. tag_ids: Tag names or UUIDs to apply (replaces all existing tags). Auto-creates tags if they don't exist. status: "draft" (needs review) or "published" (production-ready). Only use "published" with high confidence.
myriade_askAsk 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 queries, and analyze the results to answer your question. This is the most powerful tool — use it for complex analytical questions that require multiple steps (e.g. "What are the top customers by revenue?"). For simple schema lookups or direct SQL, prefer the other tools. Note: the agent has access to catalog write operations (create/update assets, tags, terms) — it may modify catalog state to record findings. Use myriade_query directly for strictly read-only inspection. Requires AGENTLYS_PROVIDER and the corresponding API key to be set (e.g. AGENTLYS_PROVIDER=anthropic + ANTHROPIC_API_KEY). Args: database_id: The UUID of the database (from myriade_list_databases) question: Natural language question about the data
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。