Send Desktop Notification
send-notificationDisplay cross-platform desktop notifications with title, message, priority, category, duration, and optional sound so AI agents can alert users.
Instructions
Display a cross-platform desktop notification with title, message, priority, category, duration control, and optional sound
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sound | No | Enable notification sound (OS default sound) | |
| title | Yes | The notification title | |
| message | Yes | The notification message body | |
| category | No | Notification category for visual distinction: task, error, success, progress, question, reminder. Default: task | task |
| duration | No | Display duration in milliseconds. 0 = persistent, undefined = based on priority. Default: priority-based | |
| priority | No | Notification priority: low (5s), normal (10s), high (15s), critical (persistent). Default: normal | normal |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if the notification failed | |
| success | Yes | Whether the notification was sent successfully |