Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_webhooks_delete_v1_webhooks_id

DestructiveIdempotent

Delete a webhook permanently by its ID to remove unwanted or outdated integrations.

Instructions

Delete webhook

HTTP: DELETE /v1/webhooks/:id Category: Webhooks Required scopes: webhooks:delete WARNING: destructive — permanently removes the resource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A3.7/5.0
Behavior4/5

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

The description adds a prominent 'WARNING: destructive — permanently removes the resource' beyond the destructiveHint annotation. It also discloses required scopes and the resource path. While the annotation already flags destructiveness, the explicit permanence warning and scope requirement add practical detail not captured in structured fields.

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 compact and front-loaded with the action, followed by essential metadata (HTTP, scopes) and an explicit warning. Every line earns its place, though the warning could arguably be redundant given the annotation.

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 one-parameter destructive delete operation, the description covers key operational details: HTTP method, path, required scopes, and destructiveness. It omits response behavior or error codes, but with no output schema and a simple resource, this is acceptable. The description is sufficiently detailed for an agent to execute correctly.

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 schema describes the single 'id' parameter as 'Path parameter: id' with 100% coverage. The description does not elaborate on the parameter, but given its simplicity and the path template, the schema is sufficient. No additional semantic value is added beyond what the schema already 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 clearly states the action: "Delete webhook" and provides the HTTP method and path. This unambiguous verb+resource combination differentiates it from sibling tools like panelica_webhooks_get_v1_webhooks_id, panelica_webhooks_patch_v1_webhooks_id, and panelica_webhooks_post_v1_webhooks without ambiguity.

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

Usage Guidelines2/5

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

The description includes required scopes and HTTP method but offers no explicit guidance on when to use this tool versus alternatives. It does not mention conditions for deletion, nor does it contrast with patch or test operations. An agent is left to infer usage from the name and HTTP verb.

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

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/Panelica/panelica-mcp'

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