list_voices
Retrieve available text-to-speech voices. Filter by language code, language name, or search terms to find matching voices.
Instructions
List available TTS voices
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Substring match across `language_code` and `language_name`. Use for genuinely vague locale requests. | |
| language_code | No | BCP-47 locale, exact match (e.g. `en-US`, `fr-FR`). Default filter — use this first. | |
| language_name | No | Display name, exact match (e.g. `English (US)`). Use when you only have the display name. |