push-notification-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PUSH_NOTIFICATION_RATE_LIMIT_BURST | No | Token bucket capacity (max burst). | 5 |
| PUSH_NOTIFICATION_RATE_LIMIT_ENABLED | No | Set to 'false' or '0' to disable rate limiting. | true |
| PUSH_NOTIFICATION_RATE_LIMIT_REFILL_MS | No | Milliseconds between token refills. | 12000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_notificationA | Send a push notification to the user. Use this to alert the user when a long-running task completes, when input is needed, or when something requires their attention. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only a single tool, there is no possibility of confusion between tools. The tool's purpose is clearly unique and distinct by default.
The single tool name 'send_notification' follows a clear verb_noun pattern. Naming consistency is not an issue with only one tool.
A single tool for sending push notifications is on the low end. While it covers the core action, additional tools for registration or configuration would improve completeness, but the count is borderline acceptable.
The toolset covers the primary operation of sending a notification, but lacks any features for managing devices, subscriptions, or checking delivery status. This makes the surface incomplete for a full push notification service.