Skip to main content
Glama

vk_post_tasks_dfd791a4e932

Update an existing comment on a Vikunja task. Requires write access to the task. Provide the comment ID and optional JSON body with the new content via the REST API.

Instructions

Update an existing task comment. Raw Vikunja REST proxy for POST /tasks/{taskID}/comments/{commentID}. Update an existing task comment. The user doing this need to have at least write access to the task this comment belongs to. Pass the JSON request payload in the optional body field. 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
bodyNoOptional JSON request body. Some Vikunja endpoints accept payloads even when the Swagger snapshot omits the schema.
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?

Despite no annotations, the description discloses key behaviors: authentication is required, the user needs write access, the payload goes in an optional body field, and parameters support camelCase/snake_case aliases. This is strong coverage for a raw proxy, though it omits return format or error handling.

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 mostly concise and front-loaded, but it repeats 'Update an existing task comment' twice. Minor redundancy, yet overall efficient and easy to scan.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a raw proxy with no annotations or output schema, the description provides some essential context (auth, access level, parameter style), but it does not specify what fields the body payload should contain, what the response looks like, or error conditions. This leaves gaps for an agent needing to construct a valid update request.

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%, but the description adds meaningful usage context: 'Pass the JSON request payload in the optional body field' and 'Path and query parameters are top-level fields.' It also clarifies that aliases are accepted, which is not evident from the schema alone.

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 'Update an existing task comment' and identifies the exact REST endpoint POST /tasks/{taskID}/comments/{commentID}. This distinguishes it from sibling tools like vikunja_create_task_comment and vikunja_list_task_comments.

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 provides no explicit guidance on when to use this tool versus alternatives. It mentions preconditions like write access and authentication, but does not contrast with create/list/delete comment tools or state when this tool is inappropriate.

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