Skip to main content
Glama

vk_delete_projects_f3929b4920d0

Delete a project's webhook target by providing the project ID and webhook ID. Removes the webhook from Vikunja to prevent future notifications.

Instructions

Deletes an existing webhook target. Raw Vikunja REST proxy for DELETE /projects/{id}/webhooks/{webhookID}. Delete any of the project's webhook targets. 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
idNoProject ID Required.
webhookIDNoWebhook ID Required.
webhookIdNoWebhook ID Required.
webhook_idNoWebhook ID Required.
Behavior4/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It includes important operational details: 'Authentication is required,' 'does not usually require a request body,' and the alias handling for parameter names. It does not describe the response format or error behavior, but covers the key invocation-relevant traits sufficiently.

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 core action, then follows with endpoint, usage notes, and authentication. Minor redundancy exists between 'Deletes an existing webhook target' and 'Delete any of the project's webhook targets,' but overall it is efficient and well-organized.

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?

Given the lack of annotations and output schema, the description covers the essential points for invocation: what is deleted, the endpoint, that no request body is usually needed, top-level parameter placement, aliases, and authentication. It does not mention return values or post-deletion effects, but these are less critical for a simple delete operation. The description is sufficiently complete for an agent to select and invoke the tool 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 input schema already names all parameters (id, webhookID, webhookId, webhook_id) and marks required fields, so schema coverage is 100%. The description adds useful context about camelCase and snake_case aliases, but does not add per-parameter semantic detail beyond what the schema provides. This meets the baseline for high schema coverage.

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 tool deletes an existing webhook target, not a project, despite the misleading tool name. It specifies the exact REST endpoint (DELETE /projects/{id}/webhooks/{webhookID}), making the resource and action unambiguous. This differentiates it from sibling tools like vk_delete_projects_* that delete projects.

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 gives clear context: use this to delete any webhook target belonging to a project, and it explicitly notes this is a raw REST proxy. It does not explicitly name alternatives or exclusion cases, but the endpoint and resource scope make the intended usage obvious. This is strong but falls short of a full when-to-use/when-not-to-use guide.

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