Skip to main content
Glama

vk_get_tasks_2f9eac1bb74d

Fetch all attachments for a given task ID. Obtain a paginated list of files associated with a Vikunja task.

Instructions

Get all attachments for one task.. Raw Vikunja REST proxy for GET /tasks/{id}/attachments. Get all task attachments for one 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
idNoTask ID Required.
pageNoThe page number. Used for pagination. If not provided, the first page of results is returned. Optional.
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 discloses authentication requirements, that a request body is usually unnecessary, and that parameters accept camelCase/snake_case aliases. It does not mention response format, pagination defaults, or explicitly confirm read-only behavior, leaving some gaps.

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 and front-loaded, but it is redundant: 'Get all attachments for one task' and 'Get all task attachments for one task' repeat the same idea. There is also stray punctuation ('..') and a double space. It could be tightened to one clear purpose sentence followed by the technical details.

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 endpoint, the description covers purpose, auth, body expectations, and parameter placement. However, with no output schema and no annotations, it leaves the response shape implicit and does not address pagination behavior beyond the schema. It is workable but not fully complete for an agent needing to know what the call returns.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents id, page, and perPage. The description adds general invocation guidance about top-level fields and aliases, which is helpful, but it does not add deeper per-parameter semantics beyond what the schema already provides.

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 the action and resource: 'Get all attachments for one task' and identifies the exact REST endpoint 'GET /tasks/{id}/attachments'. This is specific and distinguishes it from sibling task tools that operate on tasks rather than attachments.

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: 'Path and query parameters are top-level fields', 'This endpoint does not usually require a request body', and 'Authentication is required'. However, it does not explicitly state when to use this tool versus alternatives, which is relevant given the large number of sibling task endpoints.

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