Use Collate’s MCP tools to give any LLM access to your metadata through search, lineage, glossary, and entity operations.
/mcp that turns your metadata
into a set of tools any LLM can use. Unlike generic MCP connectors that only read raw database schemas,
Collate’s MCP tools give your AI access to the full context of your data platform — descriptions,
owners, lineage, glossary terms, tags, and data quality results.
| Tool | Description |
|---|---|
search_metadata | Search across all metadata in Collate (tables, dashboards, pipelines, topics, etc.) |
semantic_search | AI-powered semantic search that understands meaning and context beyond keyword matching |
get_entity_details | Get detailed information about a specific entity by ID or fully qualified name |
get_entity_lineage | Get upstream and downstream lineage for an entity |
create_glossary | Create a new glossary in Collate |
create_glossary_term | Create a new term within an existing glossary |
create_lineage | Create a lineage edge between two entities |
patch_entity | Update an entity’s metadata (description, tags, owners, etc.) |
get_test_definitions | List available data quality test definitions |
create_test_case | Create a data quality test case for an entity |
root_cause_analysis | Analyze root causes of data quality failures |
"2.0").| Code | Error Type | Description |
|---|---|---|
400 | BAD_REQUEST | Invalid tool name or missing required arguments |
401 | UNAUTHORIZED | Invalid or missing JWT token |
403 | FORBIDDEN | User lacks permission to execute the requested tool |
404 | NOT_FOUND | Referenced entity does not exist |
500 | INTERNAL_SERVER_ERROR | Internal error during tool execution |