
macOS Notification
Provides macOS system notifications, sounds, and text-to-speech capabilities for AI assistants. Lets you trigger banner alerts, play system sounds, and convert text to speech with voice customization.
What it does
- Display banner notifications with custom titles and messages
- Play system notification sounds
- Convert text to speech with voice selection
- List available system voices
- Test notification system functionality
Best for
Tools (5)
Play a system sound notification. Args: sound_name: Name of the system sound to play (default: "Submarine") Options: Basso, Blow, Bottle, Frog, Funk, Glass, Hero, Morse, Ping, Pop, Purr, Sosumi, Submarine, Tink Returns: A message indicating whether the sound was played successfully
Display a banner notification on macOS. Args: title: The title of the notification message: The main content of the notification subtitle: Optional subtitle for the notification sound: Whether to play a sound with the notification (default: False) sound_name: Optional system sound to play (default: None, uses system default) Returns: A message indicating the notification was sent
Use macOS text-to-speech to speak a message. Args: text: The text to speak voice: Optional voice to use (default: system default) rate: Speech rate, words per minute (default: 150) volume: Volume level from 0.0 to 1.0 (default: 1.0) Returns: A message indicating the text was spoken
List all available text-to-speech voices on the system. Returns: A string listing all available voices
Test the notification system by trying all notification methods. Returns: A diagnostic report of the notification system