apple_tts
Speak text aloud using macOS text-to-speech, list available voices, and stop speech—all via natural language commands.
Instructions
Text-to-speech on macOS. Actions: say, list_voices, stop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | Speech rate in words per minute (default: 200) | |
| text | No | Text to speak | |
| voice | No | Voice name (default: "Thomas") | |
| action | Yes | say: Speak text aloud using macOS TTS; list_voices: List available TTS voices; stop: Stop any ongoing speech | |
| confirm | No | Set to true to confirm a protected/destructive action. Without this, protected actions return a preview instead of executing. |