Skip to main content
Glama

vk_get_tasks_559e34c16db8

Retrieve all assignees for a specific Vikunja task using its task ID. Supports pagination and searching assignees by username.

Instructions

Get all assignees for a task. Raw Vikunja REST proxy for GET /tasks/{taskID}/assignees. Returns an array with all assignees for this 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 assignees by their username. Optional.
pageNoThe page number. Used for pagination. If not provided, the first page of results is returned. Optional.
taskIDNoTask ID Required.
taskIdNoTask ID Required.
perPageNoThe maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional.
task_idNoTask ID Required.
per_pageNoThe maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional.
Behavior5/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It states authentication is required, explains the raw proxy nature, notes that no request body is usually needed, and clarifies that both camelCase and snake_case parameter names are accepted. This gives the agent a solid mental model of how the tool behaves beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is six sentences long, front-loaded with the primary purpose, and every sentence adds unique information. There is no fluff or repetition. The structure flows from purpose to endpoint to return type to operational details.

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?

The description covers purpose, endpoint, return type, authentication, request body expectations, and parameter naming conventions. It does not explicitly explain pagination behavior or error cases, but the schema documents pagination parameters and the description says it returns an array. Given no output schema or annotations, this is reasonably complete for an API proxy tool.

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 the baseline is 3. The description adds meaning by specifying that path and query parameters are top-level fields and that camelCase/snake_case aliases are supported. This clarifies how to pass parameters, which is not evident from the schema alone. It does not redundantly re-explain each parameter.

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 a specific verb and resource: 'Get all assignees for a task.' It identifies the exact REST endpoint and return type, clearly distinguishing it from sibling tools like vikunja_get_task or vikunja_list_tasks. The purpose is unambiguous and directly tied to the tool's name.

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 implies usage: you call this when you need the list of assignees for a task. It does not explicitly name alternatives or state when not to use it, but the context is clear enough. However, it lacks direct comparison to sibling tools, so it falls short of a 5.

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