Skip to main content
Glama
tribeunal

Tribeunal MCP Server

Official
by tribeunal

Delete webhook

tribeunal_delete_webhook
Destructive

Permanently delete a webhook endpoint to stop deliveries and destroy its signing secret. Re-registering the URL creates a new secret, so old receivers fail verification; unowned endpoints return 404.

Instructions

Permanently delete one of your webhook endpoints. Deliveries stop immediately and the signing secret is destroyed — re-registering the same URL issues a NEW secret, so any receiver still using the old one will fail verification. An endpoint you do not own returns 404, the same answer as one that does not exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
webhookIdYesWebhook endpoint UUID to delete

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.13.0

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already flag destructiveHint=true, but the description adds substantial beyond-annotation context: deliveries stop immediately, the signing secret is destroyed, a re-registered URL gets a new secret, old receivers fail verification, and non-owned endpoints return 404 to avoid leaking existence.

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?

Three sentences carry dense, relevant information with no filler. The primary action is front-loaded, followed by immediate consequences and a privacy-relevant edge case.

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 single-parameter destructive tool with no output schema, the description covers the action, immediate effects, security implications, and failure semantics. Nothing needed for invoking or understanding the call is missing.

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 coverage is 100%, and the schema already states the webhookId is the 'Webhook endpoint UUID to delete.' The description reinforces ownership and the URL concept but adds little new parameter-specific meaning beyond what the schema provides.

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 uses a specific verb and resource: 'Permanently delete one of your webhook endpoints.' It clearly distinguishes deletion from the neighboring create_webhook and list_webhooks operations even without naming them.

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 intended use is implied clearly: call this when you want to permanently remove a webhook endpoint you own. However, it does not explicitly mention alternatives or conditions like 'use create_webhook to re-register,' so the when-vs-alternative guidance is only implied.

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

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/tribeunal/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server