Skip to main content
Glama
livemau5

fivetran-mcp

by livemau5

create_connection

Create a new Fivetran connection (connector) in a destination group by providing service type and configuration. Use get_connector_metadata to find available types.

Instructions

Create a new Fivetran connection (connector). Use get_connector_metadata to discover available connector types and their required config. Returns compact confirmation by default — set verbose=true for full response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
configYesConnector-specific configuration object
pausedNoCreate in paused state (default false)
serviceYesConnector type (e.g., 'google_sheets', 'postgres', 'salesforce')
verboseNoReturn full API response instead of compact summary (default false)
group_idYesGroup (destination) to create the connection in
trust_certificatesNoAuto-trust certificates
trust_fingerprintsNoAuto-trust fingerprints
Behavior4/5

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

With no annotations, the description carries the transparency burden. It adds meaningful behavioral detail: 'Returns compact confirmation by default — set verbose=true for full response.' This clarifies the response format and the effect of the verbose flag, which is not obvious from the schema alone. It does not disclose potential side effects like initial sync or permissions, but provides useful behavior beyond the basic create action.

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

Conciseness5/5

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

The description is two sentences, front-loaded with the primary purpose, and contains no filler. Every sentence contributes: the first states the action, the second provides guidance on discovering config and return behavior.

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 7 parameters, a nested config object, and no output schema, the description adequately orients the user by referencing get_connector_metadata for config discovery and explaining the default vs verbose response. It does not detail every parameter, but the schema covers those, and the description supplies the necessary context for successful usage.

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 description coverage is 100%, so the baseline is 3. The description adds value by explaining how to approach service-specific config via get_connector_metadata and by clarifying the verbose parameter behavior ('set verbose=true for full response'). This goes beyond the schema's generic parameter descriptions.

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 the action: 'Create a new Fivetran connection (connector)' with a specific verb and resource. It also distinguishes from siblings by pointing to get_connector_metadata for discovery, and the name itself contrasts with update/delete/list tools.

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 guides the user to use get_connector_metadata to discover connector types and required config before creating, providing a clear alternative context. However, it does not explicitly state when not to use this tool (e.g., for updating existing connections), so it lacks full exclusions.

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

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