List Driver Voices
list_driver_voicesList available voices, voice profiles, and languages for configuring voice-capable drivers. Use this to select valid values before creating or updating a driver.
Instructions
Discover the voices, voice profiles, and languages available for configuring voice-capable drivers.
Call this before create_or_update_driver when building a voice agent
simulation, so you can pass valid `voice`, `voice_profile`, and
`language` values.
Each entry in `voices` carries selection metadata — use it to pick
the voice:
- `language`: bare ISO code (e.g. "en", "es", "ja"). The driver's
`language` is derived from the selected voice's language when
omitted, and must not conflict with it.
- `accent`: free-text accent label present on many voices (e.g.
"British", "Mexican", "Parisian", "Southern US"). To satisfy an
accent request, select a voice whose `accent` matches — writing
accent instructions into `voice_instructions` does NOT change the
TTS voice.
- `gender`: e.g. "feminine" / "masculine".
`voice_profiles` are emotion/delivery presets (happy, angry,
sarcastic, ...) — they shape affect, not accent or language.
`languages` lists the distinct voice languages available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |