Skip to main content
Glama

vk_get_tasks_f2f5b2cb6ee4

Fetches all comments for a given task using its ID. Optionally sorts comments by ascending or descending order.

Instructions

Get all task comments. Raw Vikunja REST proxy for GET /tasks/{taskID}/comments. Get all task comments. The user doing this need to have at least read access to the task. 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.
orderByNoSort order. Can be 'asc' for ascending or 'desc' for descending. Defaults to 'asc'. Optional.
task_idNoTask ID Required.
order_byNoSort order. Can be 'asc' for ascending or 'desc' for descending. Defaults to 'asc'. Optional.
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It adds value by noting authentication is required, the user needs read access, the endpoint usually doesn't require a request body, and parameters have aliasing. However, it does not disclose return format, error behavior, or pagination, which are important for a GET-all-comments operation.

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 redundant, repeating 'Get all task comments' twice. There are also grammar issues ('need to have'). It's not poorly structured, but the duplication wastes space and the sentences could be tightened.

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

Completeness2/5

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

Given no output schema, the description should explain what the tool returns, but it does not. It also lacks info on failure modes, pagination, or the fact that taskID is required (despite schema saying optional). For a task comments list endpoint, this is incomplete. The presence of sibling 'vikunja_list_task_comments' suggests a friendlier alternative, but this tool's description does not position it clearly.

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%, so baseline is 3. The description adds meaningful context: parameters are top-level fields, original names accept camelCase and snake_case aliases, which clarifies the duplicate schema properties. However, it does not clarify that taskID is effectively required despite the schema marking no required fields.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Get all task comments' and identifies itself as a raw Vikunja REST proxy for GET /tasks/{taskID}/comments. It is specific about verb and resource, but does not explicitly distinguish itself from sibling tool 'vikunja_list_task_comments' which likely serves the same purpose in a more user-friendly way.

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?

No explicit guidance on when to use this tool vs alternatives. It mentions 'Raw proxy' and gives parameter conventions, but fails to state conditions like 'use this if you need raw API access' or compare to sibling tools. The read access requirement and authentication are mentioned but not as selection criteria.

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