send_notification
Deliver custom macOS notifications with specified title, message, and optional subtitle. Supports default sound integration for effective alerts on Apple devices.
Instructions
Send a notification on macOS using osascript
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | Yes | Main message content | |
sound | No | Whether to play the default notification sound | |
subtitle | No | Optional subtitle | |
title | Yes | Title of the notification |