Skip to main content
Glama

vk_put_migratio_97425315f880

Import tasks from a CSV file into Vikunja using a specified configuration. Provide the CSV file and config as multipart form data to migrate tasks.

Instructions

Import CSV file. Raw Vikunja REST proxy for PUT /migration/csv/migrate. Imports tasks from a CSV file into Vikunja with the provided configuration. Pass multipart form data in the form field. File values use an object with filename, contentBase64 and optional contentType. Multi-file fields accept arrays. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Form fields: import, config. Required: import, config. Authentication is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formYesMultipart form data fields: import (file, required); config (string, required). Use file objects shaped like { filename, contentBase64, contentType? }. Non-file objects are JSON-stringified before upload.
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses authentication requirements, raw proxy behavior, multipart form encoding, file object format, alias conventions, and required fields. It does not cover side effects like whether the import replaces existing tasks or error behavior, but content is substantial.

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

Conciseness4/5

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

Description is front-loaded with the core action and then provides necessary encoding details; every sentence adds technical value. There is slight redundancy in restating required fields, but overall it is tight and well-structured.

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 file-upload import tool with no annotations or output schema, the description covers transport format, required fields, authentication, and parameter aliases. It omits return format and specific config contents, but the description is sufficient for basic invocation.

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?

The schema already covers the form object and import/config fields; the description adds multi-file array handling, camelCase/snake_case alias support, and clarifies file object semantics. The generic claim about top-level path/query parameters slightly conflicts with the schema's additionalProperties:false, but the form-field guidance keeps it usable.

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?

Description opens with 'Import CSV file' and identifies the exact endpoint 'PUT /migration/csv/migrate', giving a specific verb and resource. This clearly distinguishes it from sibling migration tools and states the operation: imports tasks from a CSV file.

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 use case is implied: use it to import CSV tasks. However, the description provides no explicit guidance on when to choose this tool over sibling migration endpoints, no exclusions, and no mention of alternatives. It does state required fields and authentication, offering operational context.

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