List resources
list_resourcesList a model provider's voices so you can pass the right id to a generation tool. Default 'elevenlabs-voices' (the voices for generate_audio); also covers Kling and Google Veo voices. Returns each voice's id and name. (This is Unifically's resource catalog; it is not the MCP protocol's resources/list.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return. Default 50. | |
| query | No | Filter the voice list by name/labels — space-separated words, all must match (e.g. 'british female'). Applies to all voice lists. | |
| category | No | ElevenLabs voices only: which set to return. Default 'premade' (~21 stable official voices); 'all' includes the large shared library. | |
| resource | No | Which provider's voice list to return. Default 'elevenlabs-voices'. Options: 'elevenlabs-voices' (ElevenLabs TTS/dialogue/voice-changer voices — use the voice_id in generate_audio), 'kling-voices' (Kling video voices — use the id as voice_id), 'veo-voices' (Google Veo voices — use the id as 'voice'; requires an image/character reference). Aliases 'tts'/'kling'/'veo' work. NOTE: this is Unifically's provider-resource catalog, distinct from the MCP protocol's resources/list. |