Skip to main content
Glama
fivetran

Fivetran MCP Server

Official
by fivetran

connection_column_config

Retrieves real-time column list for a source table, showing enabled and hashed flags. Requires connection in 'Connected' state and specifying schema, table, and connection ID.

Instructions

⚠️ IMPORTANT - If a column's parent table or schema is not enabled, the column's data will not be replicated. Check before telling the user the column is enabled. Returns the real-time column list for one source table by querying the source. The response includes the current enabled and hashed flags, and the patchable fields. > NOTE: This endpoint works only for an existing connection that is in a 'Connected' state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableYesThe table name from the connection schema.
schemaYesFilter on schema.
schema_fileYesREQUIRED: You must first read the schema file at 'open-api-definitions/connections/connection_column_config.json', then provide this exact path here to confirm.
connection_idYesThe unique identifier for the connection
Behavior4/5

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

Despite no annotations, the description reveals important behavioral traits: it queries the source in real-time, includes a warning about parent table/schema enablement affecting data replication, and specifies the response contents. No contradictions exist.

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 front-loaded with a critical warning in all caps, then states the core functionality and a condition. It is relatively concise with no redundant information, though slightly longer than necessary.

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

Completeness4/5

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

Given no output schema, the description adequately covers the return values (enabled and hashed flags, patchable fields) and preconditions. It provides sufficient context for a read operation with 4 simple parameters.

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%, providing baseline. The description adds value by explaining the schema_file parameter's mandatory nature and requiring prior reading of a specific file, which goes beyond the schema description.

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

Purpose4/5

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

The description explicitly states that it returns the real-time column list for one source table, which is a specific verb and resource. It distinguishes from sibling tools like modify_connection_column_config and delete_column_connection_config by its read-only nature.

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 provides a clear use case: 'Check before telling the user the column is enabled.' It also notes the precondition that the connection must be in a 'Connected' state, offering practical guidance for when to invoke this tool.

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/fivetran/fivetran-mcp'

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