Skip to main content
Glama

vk_get_tokens_d975a9c58335

Retrieve all API tokens belonging to the authenticated user. Filter by title and paginate results using page and perPage parameters.

Instructions

Get all api tokens of the current user. Raw Vikunja REST proxy for GET /tokens. Returns all api tokens the current user has created. 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
sNoSearch tokens by their title. Optional.
pageNoThe page number, used for pagination. If not provided, the first page of results is returned. Optional.
perPageNoThe maximum number of tokens per page. This parameter is limited by the configured maximum of items per page. Optional.
per_pageNoThe maximum number of tokens per page. This parameter is limited by the configured maximum of items per page. Optional.
Behavior3/5

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

No annotations are provided, so the description carries the full burden of disclosing behavior. It does state that authentication is required, that a request body is not usually needed, and that parameter names accept camelCase/snake_case aliases. However, it does not explicitly mention that the operation is read-only (though GET implies it) or describe response structure/pagination, which are notable gaps given the lack of annotations.

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 four sentences and front-loaded with the primary purpose. It includes relevant technical details about request body and parameter aliases. There is some redundancy between the first and third sentences ('Get all api tokens' vs 'Returns all api tokens'), but overall it is concise and well-organized.

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

Completeness3/5

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

With no output schema and no annotations, the description should provide more detail about the response and behavior. It states that all tokens are returned but does not describe the token object shape, pagination details, or error conditions. It is adequate for a simple list operation but lacks the completeness needed for a fully self-contained tool description.

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 provides descriptions for all parameters (100% coverage), giving a baseline of 3. The description adds valuable context by explaining that path and query parameters are top-level fields and that original parameter names accept camelCase and snake_case aliases, which is not visible in the schema. This enhances 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 clearly states the verb ('get') and resource ('all api tokens of the current user'), and explicitly identifies it as a raw proxy for GET /tokens. This distinguishes it from siblings like vk_delete_tokens and vk_put_tokens, making the tool's purpose unambiguous.

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 clearly implies when to use the tool (to retrieve the current user's API tokens) and provides essential usage context such as authentication requirements and the absence of a typical request body. However, it does not explicitly name alternatives or provide exclusion criteria, though the GET semantics are clear.

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