Skip to main content
Glama

vk_put_tasks_6293a01ae4e2

Create a relation between two Vikunja tasks by task ID, with support for multiple relation kinds. Requires update permission on the base task and read permission on the other task.

Instructions

Create a new relation between two tasks. Raw Vikunja REST proxy for PUT /tasks/{taskID}/relations. Creates a new relation between two tasks. The user needs to have update permissions on the base task and at least read permissions on the other task. Both tasks do not need to be on the same project. Take a look at the docs for available task relation kinds. Pass the JSON request payload in the optional body field. 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
bodyYesThe relation object
taskIDNoTask ID Required.
taskIdNoTask ID Required.
task_idNoTask ID Required.
Behavior3/5

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

The description discloses that it creates a relation, requires authentication, and explains parameter alias handling and top-level path/query fields. With no annotations, it carries the full burden, but it omits response format, duplicate-relation behavior, and error scenarios. It also states 'optional body field' while the schema marks body as required, a contradiction that reduces transparency.

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 sentence 'Create a new relation between two tasks' appears verbatim twice, and the description has some redundancy. It is front-loaded with purpose and not excessively long, but the repetition is wasteful.

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?

Covers purpose, permissions, auth, payload location, and parameter aliases. But with no output schema or annotations, it does not explain return values, error handling, or body fields, and the optional-vs-required discrepancy weakens completeness. It is adequate for a raw proxy but leaves notable gaps.

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 coverage is 100% (all parameters have descriptions), and the description adds useful info about aliases and top-level fields. However, it calls the body 'optional' when the schema requires it, does not describe the relation object's structure beyond pointing to docs, and the taskID aliases are just restated.

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 'Create a new relation between two tasks,' a specific verb+resource statement, and reinforces it with the exact endpoint 'PUT /tasks/{taskID}/relations'. This clearly distinguishes the tool from siblings, even among the many vk_put_tasks variants, because the operation is unambiguous.

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?

It states permission requirements ('update permissions on the base task and at least read permissions on the other task') and notes that tasks do not need to be on the same project. It does not explicitly name alternatives or exclusions, but this context is sufficient for deciding when this raw endpoint is appropriate.

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