Skip to main content
Glama

vk_get_migratio_21b0bedf6792

Check whether the current user has already performed the Microsoft Todo migration, helping you avoid duplicate migration attempts.

Instructions

Get migration status. Raw Vikunja REST proxy for GET /migration/microsoft-todo/status. Returns if the current user already did the migation or not. This is useful to show a confirmation message in the frontend if the user is trying to do the same migration again. 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

Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that authentication is required, the endpoint usually does not require a request body, and that path/query parameters are top-level fields. It also clarifies the return semantics. It does not mention error behavior or exact response shape, but it's adequate for a simple GET.

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 concise and front-loaded with the core purpose. Every sentence adds value: endpoint, return value, use case, body requirement, parameter conventions, and authentication. No redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no parameters, no output schema, and no annotations, the description covers all essential aspects: what it does, what it returns, when to use it, authentication requirements, and parameter handling. It is sufficiently complete for an agent to invoke it correctly.

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

Parameters5/5

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

The input schema has zero parameters, so the baseline is 4. The description adds valuable extra context by explaining that path and query parameters are top-level fields and that original parameter names accept camelCase and snake_case aliases. This goes beyond the empty schema and prepares the agent for potential parameter usage.

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 tool's action ('Get migration status') and specifies the exact raw endpoint (GET /migration/microsoft-todo/status), distinguishing it from the many sibling migration tools. It also explains the return value ('Returns if the current user already did the migation or not').

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?

The description provides a concrete use case ('useful to show a confirmation message in the frontend if the user is trying to do the same migration again') and notes that authentication is required. However, it does not explicitly mention alternatives or when not to use this tool, though the Microsoft Todo specificity implies the scope.

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