Skip to main content
Glama
fivetran

Fivetran MCP Server

Official
by fivetran

re_auth_hybrid_deployment_agent

Regenerate authentication credentials for a Fivetran Hybrid Deployment Agent to restore connectivity.

Instructions

⚠️ WRITE OPERATION - Confirm with user before calling. Regenerate authentication for a Hybrid Deployment Agent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesThe unique identifier for the agent
schema_fileYesREQUIRED: You must first read the schema file at 'open-api-definitions/hybrid-deployment-agents/re_auth_hybrid_deployment_agent.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.
Behavior3/5

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

No annotations are provided, so the description carries full burden. It warns about the write operation and need for user confirmation, which adds some transparency. However, it does not disclose what regenerating authentication entails (e.g., token invalidation, downtime, permissions required), leaving significant behavioral gaps.

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 a single sentence with a warning emoji, very concise and front-loaded with the critical 'WRITE OPERATION' warning. It could be slightly improved by mentioning the schema_file requirement, but it is efficient.

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

Completeness2/5

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

Given the complexity (3 required params, no output schema, no annotations), the description is too sparse. It does not explain return values, side effects (e.g., whether old tokens are invalidated), prerequisites, or when to use this over reset_hybrid_deployment_agent_credentials. More context is needed for an agent to confidently invoke this tool.

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?

The input schema provides 100% coverage with descriptions for all 3 parameters. The tool description adds no parameter information beyond the schema. The schema_file parameter description gives important workflow guidance (read then provide path), which is already in the schema. Baseline score of 3 is appropriate.

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?

Description states 'Regenerate authentication for a Hybrid Deployment Agent' with a clear verb (regenerate) and resource (authentication for a specific agent). The warning emoji and 'WRITE OPERATION' add clarity. It distinguishes from siblings like create_hybrid_deployment_agent (create) and reset_hybrid_deployment_agent_credentials (reset) by focusing on re-authentication.

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

Usage Guidelines3/5

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

The description includes a warning to confirm with user, implying it's a sensitive write operation. However, it does not explicitly state when to use this tool versus alternatives like reset_hybrid_deployment_agent_credentials, nor does it provide prerequisites or context about when re-authentication is needed. Guidance is minimal.

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