Skip to main content
Glama

List notifications

list_notifications
Read-only

List in-app notifications for the account (paginated).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (0-indexed)
limitNoResults per page (max 50)
is_readNoFilter by read status
categoryNoFilter by category

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoOne row per notification — id, category, title, message, whether it has been read, and created_at.
metaNoPagination for the list — page, limit and the total row count.
successYesTrue when the call succeeded. A failure comes back as an error result instead.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds the behavioral detail that the listing is 'paginated', which is useful context. However, it does not mention default ordering, whether both read and unread notifications are returned by default, or any other operational behavior beyond pagination. With annotations covering the read-only nature, a 3 is appropriate.

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 that front-loads the primary purpose ('List in-app notifications') followed by the scope and pagination detail. There is zero fluff or redundant wording, and every word earns its place.

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?

Given that an output schema exists, the return format is covered. The description is minimal but sufficient for a simple list operation with well-documented optional parameters. It could add context about default filtering (e.g., whether unread notifications are shown by default) or mention that filtering by is_read and category is supported, but those are already in the schema. The description is adequate but not rich.

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 coverage is 100%, so all four parameters (page, limit, is_read, category) are already documented with descriptions in the schema. The description only adds the word 'paginated', which hints at page and limit but does not add any new information beyond what the schema provides. Baseline 3 is correct for full schema coverage with minimal description contribution.

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 clearly states the verb 'List' and the resource 'in-app notifications' with the scope 'for the account' and the qualifier 'paginated'. This distinguishes it from count_unread_notifications and clear_read_notifications, though it does not explicitly name alternatives like list_activity or list_notification_channels. The resource is specific enough for an agent to understand the tool's function.

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 when to use count_unread_notifications for a count, mark_notifications_read for marking, or list_activity for activity logs. The usage context is only implied by the verb 'list', but no explicit when-to-use or when-not-to-use instructions are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources