Skip to main content
Glama

Send ntfy notification

ntfy_me

Send real-time notifications to your devices via ntfy for status updates, alerts, reminders, or completion alerts.

Instructions

Send a notification to the user via ntfy. Use this tool when the user asks to 'send a notification', 'notify me', 'send me an alert', 'message me', 'ping me', or any similar request. This tool is perfect for sending status updates, alerts, reminders, or notifications about completed tasks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesNotification title/status
messageYesNotification message/body
urlNoOptional custom ntfy URL (defaults to NTFY_URL env var or https://ntfy.sh)
topicNoOptional custom ntfy topic (defaults to NTFY_TOPIC env var)
accessTokenNoOptional access token for authentication (defaults to NTFY_TOKEN env var)
priorityNoMessage priority leveldefault
tagsNoTags for the notification
markdownNoWhether to format the message with Markdown support
actionsNoOptional array of view actions to add to the notification
Behavior3/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It describes the basic function (sending a notification) and lists features like priority and tags, but it does not mention success/error behavior, blocking, or network requirements. This is adequate but not thorough.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise: three sentences that cover the tool's purpose, usage triggers, and suitable use cases. It is front-loaded and no sentence is wasted.

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 9 parameters, no output schema, and no annotations, the description could be more complete. It explains the tool's function and gives usage context, but it omits details about return values or error handling. However, the schema fully describes the parameters, so the description is not severely lacking.

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 the baseline is 3. The description adds minimal extra context beyond the parameter descriptions in the schema, such as noting that the URL defaults to an environment variable. It does not provide additional parameter semantics.

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 tool's purpose: 'Send a notification to the user via ntfy.' It lists example user prompts, making the purpose unmistakable. This effectively distinguishes it from the sibling tool 'ntfy_me_fetch', which likely fetches notifications.

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

Usage Guidelines4/5

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

The description explicitly states when to use the tool: 'Use this tool when the user asks to send a notification...' and lists several example phrases. It also mentions suitability for status updates, alerts, etc. However, it does not provide guidance on when not to use it or compare with alternatives.

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/gitmotion/ntfy-me-mcp'

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