notification_show
Show a Windows system tray balloon notification to alert you when a long-running task finishes. Use it to know when work is done without watching the screen.
Instructions
Show a Windows system tray balloon notification to alert the user. Use at the end of a long-running task so the user knows it finished without watching the screen. Caveats: Focus Assist (Do Not Disturb) mode suppresses balloon tips; the tool still returns ok:true in that case. Uses System.Windows.Forms — no external modules needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Notification title | |
| body | Yes | Notification body text | |
| include | No | Optional response-shape opt-in. `['envelope']` returns the self-documenting envelope (`_version` / `data` / `as_of` / `confidence`). `['raw']` forces raw shape (overrides DESKTOP_TOUCH_ENVELOPE=1 server default). Default behaviour is raw shape (compat with existing clients). |