name: notifications description: Send and receive push notifications via ntfy.sh.
Notifications
Use the send_notification tool to publish push notifications to an ntfy.sh topic. Use the read_notifications tool to poll and read cached messages from a topic.
Workflow
- Use
send_notificationto send a message to a topic. - Use
read_notificationsto check for incoming messages on a topic. - Topics are shared — anyone subscribed to the same topic receives the messages.
Guidelines
- Choose descriptive, hard-to-guess topic names to avoid collisions.
- Use the
titleparameter for structured notifications. - Use
priorityto signal urgency (1=min, 3=default, 5=max). - The
sinceparameter onread_notificationscontrols how far back to look (e.g. "10m", "1h", "all").