Skip to main content
Glama
livemau5

fivetran-mcp

by livemau5

execute

Perform any Fivetran REST API operation. Use search to discover endpoints, then execute calls to manage connectors, groups, and syncs.

Instructions

Execute any Fivetran REST API call. Use the search tool first to discover available endpoints and their parameters. Write operations return compact summaries by default — set verbose=true for full response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body for POST/PATCH/PUT requests (JSON object)
pathYesAPI path (e.g., "/connections", "/groups/{groupId}", "/connections/{connectionId}/schemas")
methodYesHTTP method
paramsNoQuery parameters (e.g., { "limit": "10", "cursor": "abc123" })
verboseNoReturn full API response. By default, write operations (POST/PATCH/PUT/DELETE) return compact summaries to save context. Set verbose=true to get the full response.
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses that write operations return compact summaries by default and that verbose=true provides full responses. However, it does not mention authentication, rate limits, or error handling, and only indirectly implies destructive capability via the method enum.

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?

Two sentences: the first states the purpose, the second gives two actionable guidelines (use search first, and verbose behavior). No wasted words, and the key information is front-loaded.

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?

For a 5-parameter generic HTTP tool with no output schema, the description covers the main caveat (write operations return compact summaries) and directs users to the search tool for discovery. It doesn't specify GET default responses or pagination behavior, but is sufficient for basic use.

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 description coverage is 100%, so the baseline is 3. The description's note about verbose=true duplicates the schema description for the verbose parameter, adding no new parameter semantics. Other parameters (method, path, params, body) are already well-described in the schema.

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 begins with 'Execute any Fivetran REST API call,' a specific verb and resource that clearly identifies it as a generic raw API executor. This distinguishes it from the many dedicated sibling tools that cover specific endpoints.

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?

It instructs to 'Use the search tool first to discover available endpoints and their parameters,' providing a clear workflow directive. It implies for general API calls, but does not explicitly contrast with specific sibling tools like 'create_connection' when those are more appropriate.

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