Skip to main content
Glama
fivetran

Fivetran MCP Server

Official
by fivetran

delete_webhook

Delete a webhook by its identifier. Confirmation is required as this action is irreversible.

Instructions

⚠️ DESTRUCTIVE - Confirm with user before calling. This endpoint allows you to delete an existing webhook with a given identifier

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/delete_webhook.json', then provide this exact path here to confirm.
Behavior3/5

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

With no annotations, the description carries the full burden. It clearly labels the operation as destructive, which is a critical behavioral trait. However, it does not disclose other aspects such as permissions required, reversibility, or side effects on dependent data.

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 extremely concise: a single sentence plus a prominent warning emoji. It is front-loaded with the critical caution and leaves no unnecessary words.

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 simple deletion tool with no output schema, the description covers the essential: what it does, that it's destructive, and the parameters are fully documented. It could mention the success state or error handling, but the warning and the schema_file confirmation compensate.

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 schema already explains both parameters. The description adds only a generic 'with a given identifier' for webhook_id, which is already documented. The schema_file parameter is more detailed in the schema itself. Thus minimal added value beyond 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?

Clearly states 'delete an existing webhook', which is a specific verb and resource. It distinguishes itself from sibling tools like modify_webhook and test_webhook, and the warning emphasizes its destructive nature.

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?

Explicitly warns 'Confirm with user before calling' and includes a required schema_file parameter that enforces a confirmation step. Lacks explicit alternatives or when-not-to-use scenarios, but the destructive directive suffices for safety.

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