send_notification
Send a notification to your Mac with custom title, message, optional subtitle, and sound. Ideal for alerting users or displaying quick updates.
Instructions
Send a macOS notification.
Args: title: Notification title message: Notification body text subtitle: Optional subtitle sound: Sound name ('default', 'Basso', 'Glass', 'Hero', 'Pop', etc.) or None for silent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sound | No | default | |
| title | Yes | ||
| message | Yes | ||
| subtitle | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |