list_voices
List ElevenLabs voices and saved speech profiles available on your account. Use the returned voice or profile names to generate speech with other tools.
Instructions
List the ElevenLabs voices available on the account, plus saved speech profiles.
Returns {"account": [ {voice_id, name, category, labels, description}, ... ],
"profiles": [ ... ]}. Use a voice name (or id) as generate_speech(voice=...),
or a profile name as generate_speech(profile=...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||