send_notification
Displays a macOS notification banner with a given title and message. Optionally plays a sound. Note: notifications are hidden during Do Not Disturb or Focus mode, but the call still succeeds.
Instructions
Display a macOS notification banner. Note that macOS suppresses banners while Do Not Disturb or a Focus mode is active, and during screen recording — the call still succeeds in that case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sound | No | Optional sound name (e.g. "default", "Glass"). | |
| title | Yes | Notification title (truncated to 100 characters). | |
| message | Yes | Notification body text (truncated to 500 characters by macOS). |