Skip to main content
Glama

vk_delete_test_bfe51f44bd2a

Clears all Vikunja data by truncating every table. Used in e2e tests to reset the database to a clean state before each test run.

Instructions

Truncate all tables. Raw Vikunja REST proxy for DELETE /test/all. Removes all data from every Vikunja table. Used by e2e tests to ensure clean state before each test. Requires the testing token. 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 provided, the description fully carries the behavioral disclosure burden. It clearly states the destructive impact ('Truncate all tables', 'Removes all data from every Vikunja table') and authentication requirements. It could explicitly mention irreversibility, but the current language is unambiguous.

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

Conciseness2/5

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

The description is repetitive and includes boilerplate that does not earn its place. 'Truncate all tables' and 'Removes all data from every Vikunja table' say the same thing, and authentication is mentioned twice. The path/query and alias sentences are irrelevant given the empty schema.

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 parameterless test-only reset tool, the description covers purpose, use case, authentication, and request body expectation. No output schema exists, but the return value is not critical for this destructive operation; the description is sufficient for safe 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 input schema has zero properties, so there are no parameters to document. The description adds a generic note about path/query parameters and camelCase/snake_case aliases, which is somewhat extraneous for a parameterless schema but not misleading.

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 'Truncate all tables' and specifies the raw endpoint 'DELETE /test/all', then reinforces it with 'Removes all data from every Vikunja table.' This clearly identifies the verb, resource, and scope, and it distinguishes this tool from sibling per-project or per-task delete operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states the intended context: 'Used by e2e tests to ensure clean state before each test.' It also lists the prerequisite 'Requires the testing token' and mentions that authentication is required, giving clear when-to-use and precondition guidance.

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