Skip to main content
Glama
fivetran

Fivetran MCP Server

Official
by fivetran

test_webhook

Sends a test webhook to verify an existing webhook's functionality using a dummy connection.

Instructions

⚠️ WRITE OPERATION - Confirm with user before calling. The endpoint allows you to test an existing webhook. It sends a webhook with a given identifier for a dummy connection with identifier _connection_1

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
webhook_idYesThe unique identifier for the webhook
schema_fileYesREQUIRED: You must first read the schema file at 'open-api-definitions/webhooks/test_webhook.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 states it's a write operation and uses a dummy connection, but does not detail side effects (e.g., whether the webhook is actually triggered, if there are irreversible changes, or the response structure). The warning addresses confirmation but lacks comprehensive behavioral disclosure.

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 highly concise with two sentences and a warning label. The critical warning is front-loaded. Every sentence contributes essential information without redundancy or unnecessary detail.

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

Completeness3/5

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

The description covers purpose and basic behavior but lacks completeness for a test tool. It does not explain the expected output/response (since no output schema), potential error conditions, or what happens after test execution. Given the simplicity of the tool (3 parameters, no nesting), the description is adequate but not fully comprehensive.

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?

All three parameters have descriptions in the input schema (100% coverage). The description adds value beyond schema by specifying that schema_file must first be read from a specific path and providing a dummy connection example. This gives practical guidance on usage, exceeding the baseline of 3.

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's purpose: to test an existing webhook by sending a webhook with a given identifier. The warning label 'WRITE OPERATION' and the specific dummy connection identifier provide unambiguous action and resource. It distinguishes from sibling webhook tools (create, delete, modify, details) by explicitly describing a test operation.

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 the user before calling and implies testing of existing webhooks. However, it does not provide explicit guidance on when to use this tool versus alternatives (e.g., webhook_details for verification, create_webhook for new webhooks). The usage context is clear but lacks exclusions or alternatives.

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