notify
Display Windows notification balloons to alert users when tasks finish, need attention, or to show info without opening windows.
Instructions
Show a Windows notification balloon with the given title and message. Use this tool to notify the user when a long task finishes, when something needs their attention, or to display information without opening a window. The notification stays visible for ~6 seconds.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Notification title. Example: "Build Finished" | |
| message | Yes | Notification message body. Example: "npm run build completed successfully" |