Desktop Notification
notifySend desktop notifications to alert users when tasks complete or require attention. Supports customizable titles, messages, and urgency levels.
Instructions
Show a desktop notification to the user (via notify-send). Use to announce that a long task finished or that you need attention.
Args:
title (string): Notification title.
message (string): Notification body.
urgency ('low'|'normal'|'critical'): Urgency level (default 'normal').
Example: { "title": "Done", "message": "Finished indexing 240 files." }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Notification title | |
| message | Yes | Notification body | |
| urgency | No | Urgency level | normal |