Skip to main content
Glama

vk_get_tasks_f7c70820b984

Retrieve all labels associated with a specific task in Vikunja. Provide the task ID to get its labels, with optional pagination and label text search.

Instructions

Get all labels on a task. Raw Vikunja REST proxy for GET /tasks/{task}/labels. Returns all labels which are assicociated with a given 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
sNoSearch labels by label text. Optional.
pageNoThe page number. Used for pagination. If not provided, the first page of results is returned. Optional.
taskNoTask ID Required.
perPageNoThe maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional.
per_pageNoThe maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. 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 usefully notes that no request body is usually required, that path/query parameters are top-level, and that camelCase/snake_case aliases are accepted. However, it does not explicitly state the operation is read-only or describe pagination/error behavior.

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 front-loaded with a clear purpose but contains redundancy: 'Get all labels on a task' and 'Returns all labels which are assicociated with a given task' say the same thing. The multiple short sentences could be consolidated without losing meaning.

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 simple GET proxy with no output schema and no annotations, the description covers the endpoint, auth, and parameter passing conventions. It omits explicit read-only/safety status and detailed pagination behavior, but the schema documents pagination parameters. Overall it is adequate but not thorough.

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 value by explaining that path and query parameters are top-level fields and that original parameter names accept camelCase and snake_case aliases. This helps agents understand how to pass parameters beyond the schema definitions.

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 the tool retrieves all labels for a task and identifies the exact REST endpoint (GET /tasks/{task}/labels). It distinguishes itself as a raw proxy, though it does not explicitly contrast with sibling tools like vikunja_list_task_labels.

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 does not specify when to use this raw proxy versus standard alternatives such as vikunja_list_task_labels. It provides implementation details (authentication, parameter aliases) but no contextual guidance on tool selection.

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