Skip to main content
Glama

Voices Get Voices

voices_get-voices
Read-only

List available ElevenLabs and cloned voices to obtain voice IDs for lipsync videos, enabling images or videos to speak.

Instructions

List available voices — premade ElevenLabs voices plus voices your org has cloned. For "make this image/video say X", use a returned voice id as voiceId in create-lipsync with script directly. Use tts_create only when the user explicitly asks for standalone audio.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds behavioral scope by specifying that the list includes both premade and cloned voices and implies the returned IDs can be used elsewhere, which is useful context beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences: the first succinctly states the purpose, the second provides usage guidance. It is front-loaded and every sentence adds value with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only list tool with no output schema and strong annotations, the description covers the essential aspects: what it lists, its scope, and when to use alternatives. The optional provider parameter is implicitly covered by the ElevenLabs mention, making the description sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has one optional provider parameter with an enum of 'elevenlabs', and the description mentions 'premade ElevenLabs voices,' which aligns with that constraint but does not explicitly explain the parameter. Since schema coverage is 0%, the description's indirect reference provides some compensation, but it could be more explicit.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists available voices, specifically premade ElevenLabs voices and org-cloned ones. This is a specific verb+resource that distinguishes it from sibling tools like create-lipsync and tts_create.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly provides alternatives: use create-lipsync for making an image/video speak and tts_create for standalone audio. It clearly says when to use this tool (to list voices) and when not, making the usage context unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/synchronicity-labs/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server