send-notification
Send macOS desktop notifications with customizable title, message, icon, content image, sound, and urgency to alert users of important events.
Instructions
Send a desktop notification on macOS with icon, image, and sound customization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The notification title | |
| message | Yes | The notification message body | |
| subtitle | No | Optional subtitle text displayed below the title | |
| urgency | No | Notification urgency level | normal |
| sound | No | Sound setting: boolean, built-in sound name, or path to custom sound | |
| timeout | No | Notification timeout in seconds (1-60) | |
| icon | No | Absolute path to notification icon image | |
| contentImage | No | Absolute path to image to attach to notification | |
| open | No | URL to open when notification is clicked |