get_voices
List available voices for AI agents. Filter by gender, language, or include your cloned voices to configure an agent's voice.
Instructions
List available voices for agents. Returns voice IDs, names, gender, language, and supported models. Use the voiceId with update_agent_config's synthesizer.voiceConfig to change an agent's voice. Optionally include your organization's cloned voices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gender | No | Filter by voice gender | |
| language | No | Filter by language (e.g. 'english', 'hindi'). Case-insensitive partial match. | |
| include_cloned | No | Include your organization's cloned voices (requires auth) |