Skip to main content
Glama

vk_get_routes_bd34e224b009

List all Vikunja API routes accessible with an API token. Use this tool to see available endpoints via the GET /routes REST proxy.

Instructions

Get a list of all token api routes. Raw Vikunja REST proxy for GET /routes. Returns a list of all API routes which are available to use with an api token, not a user login. 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 behavioral burden and does well: it discloses authentication requirements, that a request body is usually not needed, and the parameter naming conventions. It doesn't document response format or pagination, but that is acceptable for a simple GET list.

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?

Four compact sentences each carry distinct, useful information: purpose, endpoint, scope, request-body expectations, parameter handling, and authentication. There is no filler or redundancy.

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 zero-parameter GET operation with no output schema, the description is complete: it covers purpose, endpoint, token scope, authentication, request body, and parameter conventions. No critical operational detail appears missing.

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?

Input schema has zero properties, so the baseline is 4. The description adds value by explaining top-level parameter conventions and camelCase/snake_case aliases, which is more than the empty schema provides.

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 uses a specific verb 'Get' with a clear resource 'all token api routes' and explicitly maps to the REST endpoint 'GET /routes'. It distinguishes itself from siblings by narrowing to token-based API routes, explicitly noting 'not a user login'.

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?

Provides clear context: it lists routes available with an API token, excludes user login usage, and notes that authentication is required. It doesn't name alternative tools, but the resource and auth scope make intended use obvious.

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