Skip to main content
Glama
YimingYAN

fivetran-mcp

by YimingYAN

get_connection_schema

Retrieve schema information for a Fivetran connection. Optionally filter by table name to get detailed column metadata, including sync status. Debug missing columns and detect schema changes.

Instructions

Retrieve schema information for a Fivetran connection with optional table filter.

When called without a table parameter, returns all schemas and tables. When a table is specified (format: "schema.table_name"), returns detailed information for that specific table including all column metadata.

This is useful for:

  • Debugging dbt model failures when columns are missing

  • Detecting schema changes

  • Building new models with accurate column metadata

  • Identifying which columns are actively synced vs excluded

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connection_idYesThe unique identifier of the connection
tableNoOptional table name in "schema.table_name" format to get detailed info

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It explains behavior: without table parameter returns all schemas/tables, with table returns detailed column metadata including sync status. Lacks mention of permissions or rate limits, but is fairly transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear main sentence and a bullet list of use cases. It is efficient but the bullet list adds some verbosity; still concise for the detail provided.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that an output schema exists (has output schema: true), the description need not explain return values. It fully covers input behavior and use cases, making it complete for a retrieval tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for both parameters. The description adds value by explaining the 'schema.table_name' format and the effect of omitting the table parameter, plus provides use cases.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Retrieve schema information for a Fivetran connection with optional table filter', using a specific verb and resource. It distinguishes from siblings like get_connection_status and get_table_columns by focusing on schema retrieval.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly provides use cases: debugging dbt model failures, detecting schema changes, building new models, identifying synced vs excluded columns. It does not explicitly state when not to use, but the context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/YimingYAN/fivetran-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server