Skip to main content
Glama

vk_post_kind_8f46997cec95

Remove your reaction from a task or comment. Provide the entity kind, ID, and reaction body to delete it.

Instructions

Removes the user's reaction. Raw Vikunja REST proxy for POST /{kind}/{id}/reactions/delete. Removes the reaction of that user on that entity. Pass the JSON request payload in the optional body field. 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
idNoEntity ID Required.
bodyYesThe reaction you want to add to the entity.
kindNoThe kind of the entity. Can be either `tasks` or `comments` for task comments Required.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that authentication is required, that it's a raw proxy, and that parameters are top-level. However, it does not describe return values, error handling, idempotency, or side effects beyond the reaction removal, leaving behavioral details incomplete.

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

Conciseness3/5

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

The description is short but repeats itself: 'Removes the user's reaction' and 'Removes the reaction of that user' convey the same information. Front-loading is decent, but the redundancy could be trimmed without losing meaning.

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

Completeness2/5

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

The tool has no output schema and annotations are absent, so the description should explain return values and clarify request/response behavior. It does not mention what happens on success or failure, and the body parameter semantics are contradictory, leaving the agent with incomplete information for correct invocation.

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

Parameters2/5

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

The description adds useful conventions (path/query top-level fields, camelCase/snake_case aliases), but it directly contradicts the schema by calling the 'body' field optional while the schema marks it required. It also fails to clarify the body content—the schema describes it as 'the reaction you want to add,' which conflicts with the tool's removal purpose. This undermines parameter understanding.

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 function: 'Removes the user's reaction' and 'Removes the reaction of that user on that entity.' It identifies the specific resource (reactions on a Vikunja entity) and the action (removal), distinguishing it from sibling tools that handle other operations like creating tasks or projects.

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 provides context on how to use the tool (raw REST proxy, auth required, parameter conventions) but does not explicitly state when to use it versus alternatives or mention any exclusion criteria. It implies usage for direct API access but lacks explicit 'use this instead of X' 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