Skip to main content
Glama

vk_post_notifica_c728b00fdf22

Mark a Vikunja notification as read or unread by its ID. Use the optional body to specify the desired status for your own notifications.

Instructions

Mark a notification as (un-)read. Raw Vikunja REST proxy for POST /notifications/{id}. Marks a notification as either read or unread. A user can only mark their own notifications as read. 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
idNoNotification ID Required.
bodyNoOptional JSON request body. Some Vikunja endpoints accept payloads even when the Swagger snapshot omits the schema.
Behavior4/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 authentication requirements, ownership restrictions, and how to pass the request body. It doesn't mention response format or error behavior, but for a simple proxy tool this is acceptable.

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 three sentences, front-loaded with the primary action, followed by endpoint and constraints. Every sentence adds value with no unnecessary detail.

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?

Given the tool's low complexity (2 parameters, no output schema), the description covers essential aspects: auth, ownership, body handling, and parameter aliases. It does not describe return values, but that is not critical for this proxy operation.

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 schema already describes both parameters (id and body). The description adds the alias convention (camelCase and snake_case) and clarifies the body field's purpose as JSON payload, which goes beyond the schema. This enhances semantic 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 action ('Mark a notification as (un-)read') and specifies the exact endpoint (POST /notifications/{id}), distinguishing it from sibling tools like vk_get_notifica_4bf31ea26a70. The verb 'mark' and resource 'notification' are precise.

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 clear context: use to mark a notification as read/unread, with the restriction that a user can only mark their own notifications. It also notes authentication is required. However, it does not explicitly name alternative tools or state when to prefer a different tool.

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