list_voices
ActiveTool of com.framesail/framesail
declared in 1.27.2
List available TTS voices (id, label, preview audio URL) for a provider: "minimax" (default engine) or "elevenlabs". Match the project's voice_tts_provider (see get_project) so picked ids work with its engine.
Parameters schema
{
"type": "object",
"title": "list_voicesArguments",
"properties": {
"provider": {
"type": "string",
"title": "Provider",
"default": "minimax",
"description": "TTS engine to list voices for: \"minimax\" (default engine) or \"elevenlabs\"; match the project's voice_tts_provider"
}
}
}Parent server
com.framesail/framesail
1/7 registries