Skip to main content
Glama

Delete webhook

delete-webhook
Destructive

Delete a webhook subscription by ID. This is destructive and requires explicit confirmation.

Side effects: deletes webhook subscription.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hook_idYesWebhook ID to delete.
confirmation_textYesMust be exactly DELETE_WEBHOOK.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
deletedYes
hook_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate destructiveHint=true, but the description adds that explicit confirmation is required and notes the side effect of deleting the subscription. This provides useful safety context beyond the structured annotations and schema.

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 short and front-loaded with the core purpose. The side-effect line is somewhat redundant with the first sentence, but the overall structure is efficient and easy to parse.

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

Completeness5/5

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

For a simple two-parameter tool with a fully descriptive schema, output schema, and safety annotations, the description covers everything an agent needs: what is deleted, how it is identified, and that confirmation is required.

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 documents both parameters well. The description adds little parameter detail beyond mentioning deletion by ID, meeting the baseline without needing extra compensation.

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 a clear verb ('Delete'), a specific resource ('webhook subscription'), and the key identifier ('by ID'). It is easily distinguishable from sibling tools like create-webhook and get-webhooks.

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 implies usage for deleting an existing webhook by ID and requires explicit confirmation, but it does not explicitly contrast with alternatives such as create-webhook or get-webhooks. Usage context is clear but not fully elaborated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources