Skip to main content
Glama
alex13slem

OpenProject MCP Server

by alex13slem

list_notifications

Read-only

Retrieve paginated in-app notifications for the authenticated user. Optionally filter to unread items to triage your inbox before reviewing details.

Instructions

List paginated in-app notifications for the authenticated user, optionally unread only. Use for inbox triage; this leaves read state unchanged. Use get_notification for one item's details and mark tools only after review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNoOne-based page number
pageSizeNoItems per page, from 1 to 100
unreadOnlyNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description confirms no side effects ('leaves read state unchanged'). It also mentions pagination and optional filtering, adding behavioral context beyond what annotations provide.

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: purpose, usage note, sibling differentiation. No redundant words, front-loaded with core function, and structured for quick parsing.

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?

Without an output schema, the description covers pagination, filtering, and non-mutating behavior. It provides enough context for inbox triage and distinguishes from related tools, though it could mention result ordering or total count.

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?

The input schema covers 67% of parameters with descriptions (offset and pageSize have descriptions; unreadOnly lacks one in schema). The description adds meaning for unreadOnly ('optionally unread only') but does not elaborate on offset or pageSize beyond schema defaults.

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: 'List paginated in-app notifications for the authenticated user, optionally unread only.' It uses a specific verb ('list') and resource ('notifications'), and distinguishes from siblings like get_notification and mark tools.

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?

The description explicitly says when to use this tool ('Use for inbox triage') and when not ('this leaves read state unchanged. Use get_notification for one item's details and mark tools only after review'), providing clear context and alternatives.

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/alex13slem/openproject-codex-plugin'

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