Skip to main content
Glama

Get notification history

get_notifications
Read-onlyIdempotent

Review alert delivery status across email, Telegram, webhook, and web. Detect undelivered notifications and silently failing channels to confirm you're actually contacted during outages.

Instructions

Read the alerts this account has sent, across email, Telegram, webhook and the web interface, with the delivery outcome of each. Use it to answer "was I actually told about this outage" and to find a channel that is silently failing - a monitor can be detecting downtime correctly while its webhook has been rejecting every delivery. Covers the whole account, not one monitor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, 1-based. Defaults to 1.
statusNoReturn only alerts with this delivery status.
channelNoReturn only alerts sent through this channel. Omit for all channels.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesThe rows on this page.
totalItemsNoTotal across all pages, not just this one.
Behavior4/5

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

Annotations already declare read-only and idempotent nature, so the bar is lower. The description adds context about returning delivery outcomes and whole-account scope, and explicitly mentions the ability to detect silent failures, which is behavioral insight beyond the annotations. No contradictions with annotations.

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?

Two sentences, each earning its place. The first states the action and scope; the second gives concrete use cases and adds the nuance of silent failure detection. No fluff, efficiently front-loaded.

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?

For a read tool with an output schema, the description covers purpose, scope, and use cases well. It doesn't mention time ranges or pagination, but these are likely covered by the output schema and parameters (page). The description sufficiently completes the context for an agent to decide when to invoke.

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%, so baseline is 3. The description mentions the channel list (email, Telegram, webhook, web) matching the enum, and alludes to 'delivery outcome' which relates to the status parameter, but doesn't add significant new meaning beyond the schema. It does not compensate with extra details on parameter usage.

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 that it reads alerts sent by the account with delivery outcomes across channels. It names specific channels and the key use case of identifying silent delivery failures, setting it apart from sibling tools like get_incidents or monitor management 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?

Explicitly provides two concrete use cases: answering whether the user was actually notified, and finding a silently failing channel. Also clarifies that it covers the whole account, not just one monitor, which helps differentiate from monitor-scoped tools.

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

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