Skip to main content
Glama

vk_delete_tasks_37e94f6423f8

Delete a comment from a task in Vikunja. Requires write access to the task.

Instructions

Remove a task comment. Raw Vikunja REST proxy for DELETE /tasks/{taskID}/comments/{commentID}. Remove a task comment. The user doing this need to have at least write access to the task this comment belongs to. 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
taskIDNoTask ID Required.
taskIdNoTask ID Required.
task_idNoTask ID Required.
commentIDNoComment ID Required.
commentIdNoComment ID Required.
comment_idNoComment 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. It discloses permission requirements, authentication, body expectations, and parameter alias conventions. It stops short of describing response/error behavior, but covers the essential operational traits for a delete proxy.

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 front-loaded with the primary action and includes useful operational details in a logical order. Minor redundancy exists—'Remove a task comment' appears twice—preventing a perfect structure score.

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 provides sufficient information for safe invocation: authentication, permission requirement, body expectations, and parameter conventions. It doesn't mention return values, but that is less critical for a delete operation.

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?

The schema already describes each parameter as 'Required', and the description adds that parameters are top-level path/query fields and accept camelCase and snake_case aliases. This enriches the sparse schema descriptions and helps agents understand how to pass each ID.

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 opens with 'Remove a task comment' and specifies the exact REST endpoint DELETE /tasks/{taskID}/comments/{commentID}. This clearly identifies the tool's action and resource, and differentiates it from sibling delete-task 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 context for use: useful for deleting a task comment, requires write access to the task, and notes that a request body is usually not needed. It doesn't explicitly exclude alternatives, but the endpoint and comment focus make the appropriate use case evident.

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