Skip to main content
Glama
VoltaHQ

atpar-mcp-server

Official
by VoltaHQ

get_notifications

Retrieve notifications for the authenticated user. Supports pagination with limit and offset to control results.

Instructions

Get notifications for the authenticated user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return
offsetNoOffset for pagination
Behavior2/5

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

No annotations are provided, so the description must carry the transparency burden. It states 'for the authenticated user' implying authentication requirements, but it does not disclose pagination behavior, return format, or potential side effects. Since this is a read operation, some safety is implied, but without annotations, more detail is expected.

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 a single concise sentence of seven words, with no unnecessary information. It is front-loaded and immediately communicates the tool's function.

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?

The tool is simple with two optional parameters and no output schema. The description covers the core purpose but omits details like ordering, read/unread filtering, or what a notification object contains. Given the absence of an output schema, more context would improve completeness, but the tool is simple enough that the description is minimally viable.

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

Parameters3/5

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

Schema description coverage is 100%, with 'limit' and 'offset' already described in the schema. The description adds no extra meaning to the parameters, but the baseline of 3 is appropriate since the schema fully documents them.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb 'Get' and identifies the resource 'notifications for the authenticated user', making the purpose clear. However, it does not explicitly distinguish from sibling tools like get_unread_count, which could be confused for a similar operation.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention that get_unread_count is for counts only, nor any other selection criteria. Usage is only implied by the name and description.

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/VoltaHQ/atpar-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server