Send ntfy notification
ntfy_meSend 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
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Notification title/status | |
| message | Yes | Notification message/body | |
| url | No | Optional custom ntfy URL (defaults to NTFY_URL env var or https://ntfy.sh) | |
| topic | No | Optional custom ntfy topic (defaults to NTFY_TOPIC env var) | |
| accessToken | No | Optional access token for authentication (defaults to NTFY_TOKEN env var) | |
| priority | No | Message priority level | default |
| tags | No | Tags for the notification | |
| markdown | No | Whether to format the message with Markdown support | |
| actions | No | Optional array of view actions to add to the notification |