Skip to main content
Glama
fivetran

Fivetran MCP Server

Official
by fivetran

create_destination

Creates a new destination in a specified Fivetran group. Requires an existing group ID and a request body with destination configuration.

Instructions

⚠️ WRITE OPERATION - Confirm with user before calling. Creates a new destination within a specified group in your Fivetran account. > IMPORTANT: Groups and destinations are mapped 1:1 to each other. We do this mapping using the group's id value that we automatically generate when you create a group, and the destination's group_id value that you specify when you create a destination. This means that you must create a group in your Fivetran account before you can create a destination in it. > IMPORTANT: If you want to get the certificate details, do not set trust_certificates to true when you create a destination with our REST API. We can only provide the certificate details through the failed Validate Certificate setup test. For a full walkthrough, see Get Destination Certificate Details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
schema_fileYesREQUIRED: You must first read the schema file at 'open-api-definitions/destinations/create_destination.json', then provide this exact path here to confirm.
request_bodyYesJSON string containing the request body. Refer to the schema file for the expected structure.
Behavior4/5

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

Despite no annotations, the description discloses several important behaviors: it's a write operation, requires a pre-existing group, and includes a nuanced caveat about obtaining certificate details. However, it omits details on authentication, rate limits, or failure modes.

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 an important warning and uses clear formatting with '> IMPORTANT' sections. While somewhat verbose, each sentence serves a purpose (warning, prerequisite, certificate tip). It is well-structured for a complex creation tool.

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 or annotations, the description covers the key contextual needs: prerequisites (create group first), the critical warning, and a specific use-case nuance. It could be more complete on error scenarios or return format, but it sufficiently informs correct tool invocation.

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

Parameters3/5

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

Schema coverage is 100% and both parameters (schema_file, request_body) are described in the schema. The description adds minimal semantic value beyond instructing the agent to consult the schema file and confirming the path. This meets the baseline for high schema coverage.

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 tool creates a new destination within a specified group in Fivetran, using a specific verb and resource. It distinguishes from siblings like modify_destination or delete_destination by including mapping details and prerequisites.

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

Usage Guidelines5/5

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

Explicitly warns it's a write operation requiring user confirmation, explains the 1:1 group-destination mapping prerequisite, and provides a specific tip about the trust_certificates parameter with a link for further details. This gives clear when-to-use and when-not-to-use guidance.

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