Skip to main content
Glama

vk_get_tasks_59454936c1f5

Fetch a specific Vikunja task by ID to see its full details. Optionally include subtasks, buckets, reactions, or comments in the response.

Instructions

Get one task. Raw Vikunja REST proxy for GET /tasks/{id}. Returns one task by its ID 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
idNoThe task ID Required.
expandNoIf set to `subtasks`, Vikunja will fetch only tasks which do not have subtasks and then in a second step, will fetch all of these subtasks. This may result in more tasks than the pagination limit being returned, but all subtasks will be present in the response. If set to `buckets`, the buckets of each task will be present in the response. If set to `reactions`, the reactions of each task will be present in the response. If set to `comments`, the first 50 comments of each task will be present in the response. You can set this multiple times with different values. Optional.
Behavior4/5

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

With no annotations provided, the description compensates well by disclosing authentication needs, that a request body is usually unnecessary, that parameters are top-level, and that aliases are accepted. It also conveys read-only GET semantics but does not describe error handling or detailed response structure.

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 primary purpose. However, it has minor redundancy ('Get one task' vs 'Returns one task by its ID') and a missing period between sentences, which slightly detracts from polish.

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 simple single-task GET proxy with no output schema, the description covers the endpoint, auth, body expectations, and parameter conventions. The only ambiguity is the schema suggesting 'id' is required while the formal required list is empty, but the description itself does not add confusion.

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 input schema already describes both parameters (id and expand) thoroughly, so the baseline is 3. The description adds valuable beyond-schema context about top-level parameter placement and camelCase/snake_case aliases, which aids invocation, though it does not explicitly map which parameter is path vs query.

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 'Get one task' and identifies the exact REST endpoint 'GET /tasks/{id}'. This specific verb+resource combination distinguishes it from list/project tools and makes the tool's purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides useful invocation context (top-level fields, camelCase/snake_case aliases, no body required, auth required), but it does not explicitly state when to use this raw proxy versus higher-level sibling tools like vikunja_get_task. Usage is implied rather than directly contrasted.

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