Skip to main content
Glama
TG-Techie

push-notification-mcp

by TG-Techie

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PUSH_NOTIFICATION_RATE_LIMIT_BURSTNoToken bucket capacity (max burst).5
PUSH_NOTIFICATION_RATE_LIMIT_ENABLEDNoSet to 'false' or '0' to disable rate limiting.true
PUSH_NOTIFICATION_RATE_LIMIT_REFILL_MSNoMilliseconds 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of confusion between tools. The tool's purpose is clearly unique and distinct by default.

Naming Consistency5/5

The single tool name 'send_notification' follows a clear verb_noun pattern. Naming consistency is not an issue with only one tool.

Tool Count3/5

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.

Completeness3/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues