Skip to main content
Glama

vk_delete_user_e70dd65f1614

Delete a user-level webhook by ID from Vikunja settings. Remove unwanted webhook targets to stop automated notifications.

Instructions

Delete a user-level webhook target. Raw Vikunja REST proxy for DELETE /user/settings/webhooks/{id}. Delete a user-level webhook target. This endpoint does not usually require a request body. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoWebhook ID Required.
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses that no request body is usually needed, path/query parameters are top-level, camelCase/snake_case aliases are accepted, and authentication is required. It does not mention response format or error cases, but for a simple delete this is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but contains duplication: 'Delete a user-level webhook target.' appears twice, wasting a sentence. The first sentence and the third sentence are identical, so it could be more concise while still retaining the HTTP endpoint details.

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 single-parameter delete operation with no output schema and no annotations, the description covers purpose, auth, parameter handling, and the no-body requirement. It does not describe return values or error conditions, but the simplicity of the operation makes the description reasonably complete.

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?

Schema coverage is 100% and the parameter 'id' is already described as 'Webhook ID Required.' The description adds practical value by noting that parameters are top-level fields and accept aliases, which helps agents correctly format the request.

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 a user-level webhook target.' It includes the HTTP endpoint 'DELETE /user/settings/webhooks/{id}', making the resource and scope specific. The mention of 'user-level' differentiates it from project-level or other deletion tools.

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?

The description provides clear context: this tool deletes a user-level webhook and requires authentication. It does not explicitly mention alternatives or exclusions (e.g., project-level webhooks), but the resource specificity gives a solid usage context.

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/shichao402/vikunja-mcp'

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