Skip to main content
Glama
metaember

pushover-mcp

by metaember

send_notification

Send push notifications to your devices with customizable title, priority, sound, and URL. Supports quiet alerts to emergency signals that repeat until acknowledged.

Instructions

Send a push notification via Pushover to your registered devices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesThe notification body text.
titleNoMessage title; defaults to your app name in Pushover.
priorityNoHow insistent the alert is: 'lowest' (silent, no notification), 'low' (no sound/vibration), 'normal' (default), 'high' (bypasses quiet hours), 'emergency' (repeats until acknowledged).normal
soundNoNotification sound; omit to use the device default.
urlNoA supplementary URL shown with the message.
url_titleNoA clickable title for the supplementary URL.
deviceNoTarget a specific device by name; omit to send to all.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It merely states the action without mentioning side effects (e.g., actual push notification dispatch, potential costs or rate limits), failure behavior, or authentication needs. This leaves the agent underinformed.

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 with no wasted words. It is front-loaded with the core action.

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 has 7 parameters (all documented in schema) and an output schema, so description need not explain return values. However, the description lacks context about real-world impact (e.g., sending actual notifications). It is functional but minimally complete.

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%, and the description adds no parameter details beyond what the schema provides. Baseline 3 is appropriate as the schema already documents all parameters.

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 verb 'send', the resource 'push notification', the service 'Pushover', and the target 'your registered devices'. It is specific and informative, distinguishing the tool as a notification sender without needing sibling differentiation.

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

Usage Guidelines3/5

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

No sibling tools exist to differentiate, and the description does not provide explicit guidance on when to use this tool or prerequisites (e.g., Pushover account). The usage is implied by the purpose, but no contextual direction is given.

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/metaember/pushover-mcp'

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