configure_speech
Set default text-to-speech preferences for the current session, including engine, voice, rate, OpenAI model, and speaking style. Run without arguments to view current settings.
Instructions
Set default speech preferences for this session. Changes persist until the MCP server restarts. Call with no arguments to view current config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | Speech rate in words per minute for system engine. Default 200. Range: 50-500. | |
| voice | No | Default system voice name (e.g. 'Samantha', 'Daniel', 'Shelley'). | |
| engine | No | Default TTS engine: "system" or "openai". | |
| openai_model | No | OpenAI model: "tts-1" (fast) or "tts-1-hd" (higher quality). | |
| openai_voice | No | Default OpenAI voice (e.g. 'nova', 'alloy', 'onyx'). | |
| speech_style | No | Speaking style or persona that shapes how text is composed (e.g. 'talk like a clown', 'be super concise', 'speak like a business woman'). Set to empty string to clear. |