Skip to main content
Glama

vk_get_migratio_f7952041f174

Retrieve your Vikunja CSV migration status to see if you have already migrated your data. This tells you whether migration is pending or completed.

Instructions

Get CSV migration status. Raw Vikunja REST proxy for GET /migration/csv/status. Returns if the current user already did the CSV migration or not. 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

No arguments

Behavior3/5

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

With no annotations, the description carries the full behavioral disclosure burden. It covers authentication requirements, the usual lack of a request body, and parameter alias conventions. However, it does not mention response format, error behavior, or side effects; these omissions are partially mitigated because this is a simple GET status endpoint.

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?

The description is composed of several short, information-dense sentences, with the core action front-loaded. Some boilerplate about parameter aliases adds length but still conveys useful proxy-specific behavior; there is little waste.

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 zero-parameter GET status check, the description adequately covers purpose, exact endpoint, authentication, and request-body expectations. Since no output schema exists, some return-format detail is missing, but the simple nature of the operation makes this level of completeness acceptable.

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 input schema has zero properties, so the baseline is 4. The description adds relevant context beyond the empty schema by explaining that path/query parameters are top-level fields and that original parameter names accept camelCase and snake_case aliases.

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 the specific action 'Get CSV migration status' and identifies the exact endpoint 'GET /migration/csv/status' plus return semantics. This clearly distinguishes it from the many vk_get_migratio_* sibling tools by specifying 'CSV' and the exact resource path.

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 implies usage—call when needing to know if the current user has completed CSV migration—but it provides no explicit comparison to sibling migration tools or when-not-to-use guidance. The context is clear but not accompanied by exclusions or alternative suggestions.

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