Send ntfy message
send-ntfyPublish a message to the configured ntfy topic with optional title, priority, tags, and attachment URL to send push notifications to users.
Instructions
Publish a message to the configured ntfy topic (set in mcp.json). Supports optional title, priority (1-5), tags, and attachUrl. After sending, use wait-and-read-inbox to wait for responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| message | Yes | ||
| priority | No | ||
| attachUrl | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| time | No | ||
| topic | Yes | ||
| status | Yes | ||
| priority | No |