show_popup_notification
Display desktop popup notifications with custom titles, messages, urgency levels, and icons. Ideal for alerting users upon task completion or when input is required.
Instructions
Show a popup notification using notify-send/dunst. Useful for notifying the user when an operation is complete or when waiting for user input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Icon name or path for the notification | |
| message | Yes | The notification message | |
| timeout | No | Notification timeout in milliseconds (default: 5000) | |
| title | Yes | The notification title | |
| urgency | No | Notification urgency level (default: normal) |