Skip to main content
Glama

vk_put_tasks_0c5b4fde0ccc

Duplicate a Vikunja task with all its labels, assignees, attachments, and reminders into the same project. Creates a 'copied from' relation between the new and original task.

Instructions

Duplicate a task. Raw Vikunja REST proxy for PUT /tasks/{taskID}/duplicate. Copies a task with all its properties (labels, assignees, attachments, reminders) into the same project. Creates a "copied from" relation between the new and original task. 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
bodyNoOptional JSON request body. Some Vikunja endpoints accept payloads even when the Swagger snapshot omits the schema.
taskIDNoThe task ID to duplicate Required.
taskIdNoThe task ID to duplicate Required.
task_idNoThe task ID to duplicate Required.
Behavior4/5

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

With no annotations, the description carries the full burden, and it does well by disclosing that copying includes labels, assignees, attachments, and reminders, that it creates a 'copied from' relation, and that authentication is required. It also explains the body parameter behavior and parameter aliases, providing meaningful non-obvious details.

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 compact and front-loaded, with every sentence serving a purpose: purpose, endpoint, behavior, relation, parameter handling, aliases, and auth. No redundant or filler content is present.

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 raw proxy tool with no output schema and no annotations, the description covers the essential context: what the tool does, what parameters to pass, how they should be structured, and that authentication is required. It omits return-value details, but that is not critical given the proxy nature and absence of an output schema.

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?

Although the schema already describes taskID and body, the description adds clarity by stating the body is optional and that path/query parameters are top-level fields. It also explicitly mentions camelCase and snake_case aliases, which is not evident from the schema alone, improving the agent's ability to construct valid calls.

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 clear verb and resource: 'Duplicate a task.' It then specifies the raw Vikunja endpoint, what gets copied, and the created relation, making the tool's function unambiguous and distinct from sibling task operations.

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 clearly implies its use case via the duplicate endpoint, but it does not explicitly state when to use this tool over alternatives or mention any exclusions. The 'Raw Vikunja REST proxy' context hints at low-level usage, but no direct comparison to sibling tools is provided.

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