Skip to main content
Glama

elevenlabs_text_to_voice_design

Design A Voice.. Design a voice via a prompt. This method returns a list of voice previews. Each preview has a generated_voice_id and a sample of the voice as base64 encoded mp3 audio. To create a voice use the generated_voice_id of the preferred preview with the /v1/text-to-voice endpoint.

Bulk support: accepts model_ids, remixing_session_ids, remixing_session_iteration_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNo
textNo
accountNo
qualityNo
loudnessNo
model_idNo
model_idsNo
output_formatNo
guidance_scaleNo
should_enhanceNo
prompt_strengthNo
stream_previewsNo
voice_descriptionYes
auto_generate_textNo
remixing_session_idNo
remixing_session_idsNo
reference_audio_base64No
remixing_session_iteration_idNo
remixing_session_iteration_idsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

With all annotation hints set to false, the description must carry the burden of revealing behavior. It describes the output (previews with base64 audio) and implies the tool does not itself create the final voice, but it does not explicitly state side effects, rate limits, authentication requirements, or whether any persistent state is modified. It adds some context (bulk support, workflow) but leaves key behavioral aspects unaddressed.

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

Conciseness4/5

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

The description is concise and front-loaded with the purpose. It has two clear parts: the main purpose and output description, and a note on bulk support. There is slight redundancy in 'Design A Voice..' and 'Design a voice via a prompt.' but overall it is efficient and well-structured.

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

Completeness3/5

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

Given the complexity of 19 parameters and no output schema, the description provides some essential context: it explains the return value (list of previews with generated_voice_id and base64 audio) and the intended workflow. However, it lacks details on parameter usage, possible error conditions, and any side effects, making it insufficient for a tool of this complexity. It is not completely inadequate but has clear gaps.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must substantially explain parameter semantics. It only mentions voice_description implicitly and highlights bulk-related parameters (model_ids, remixing_session_ids, remixing_session_iteration_ids). The other 16 parameters (e.g., seed, quality, output_format, guidance_scale) are not explained, leaving agents to guess their roles. This falls far short of compensating for the missing schema descriptions.

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 designs a voice via a prompt and returns voice previews. It distinguishes itself from sibling tools by describing its specific output (previews with generated_voice_id) and the follow-up workflow to create a voice using the /v1/text-to-voice endpoint. This is a specific verb+resource with enough detail to differentiate from related tools.

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

Usage Guidelines4/5

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

The description provides clear context on when to use this tool: when a voice needs to be designed via a prompt and previews are needed before finalizing. It also explains the next step (using the generated_voice_id with a separate endpoint). However, it does not explicitly mention when not to use it or compare with alternatives like elevenlabs_text_to_voice_preview_stream or elevenlabs_text_to_voice_remix, so it lacks exclusionary guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.4/5.0
Disambiguation2/5

There are many tools with overlapping purposes, such as multiple voice retrieval tools (get_voice_by_id, get_voices, get_user_voices_v2, get_library_voices) and several dubbing transcript segment editors with only subtle naming differences. The inclusion of platform-level tools (authenticate, connect, marketplace) alongside ElevenLabs API tools further blurs boundaries.

Naming Consistency1/5

Naming is highly inconsistent. Most tools have the 'elevenlabs_' prefix, but some do not (authenticate, connect, marketplace, report_bug, show_version, toolkit_info). Several tools have truncated/random suffix names (e.g., elevenlabs_dubbing_target_transcript_segmen_b565e6, elevenlabs_get_pronunciation_dictionary_ver_45baf2), and one tool is in Portuguese (elevenlabs_list_accounts). This mixture of conventions and languages makes the pattern unpredictable.

Tool Count1/5

With 155 tools, the server is extremely bloated. It mixes a comprehensive ElevenLabs API surface with unrelated MCP platform tools (marketplace, authenticate, report_bug, etc.) that belong in a separate toolkit. This is a severe mismatch between the apparent purpose (ElevenLabs audio services) and the sheer number of tools.

Completeness3/5

The ElevenLabs-specific tools cover a wide range of operations (text-to-speech, voice management, dubbing, pronunciation dictionaries, Studio projects, workspace administration, order management), making it fairly complete for those domains. However, the inclusion of unrelated platform tools and the lack of a clear focus mean that an agent would have difficulty navigating this large surface, and some operations like music finetuning or speech engines appear only partially covered.