alert
Send desktop notifications with custom title, message, and severity (info, warn, error) to provide immediate feedback on background task completions or issues.
Instructions
Trigger a desktop notification with a custom title, message, and severity level (info, warn, error). This is useful for providing immediate feedback on background task completion or issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the notification | |
| message | Yes | The message body | |
| status | No | The severity level | info |