Skip to main content
Glama

elevenlabs_text_to_voice_remix

Remix A Voice.. Remix an existing 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 voice_ids, remixing_session_ids, remixing_session_iteration_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNo
textNo
accountNo
loudnessNo
voice_idYes
voice_idsNo
output_formatNo
guidance_scaleNo
prompt_strengthNo
stream_previewsNo
voice_descriptionYes
auto_generate_textNo
remixing_session_idNo
remixing_session_idsNo
remixing_session_iteration_idNo
remixing_session_iteration_idsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

Annotations provide no safety hints (all false), so the description carries the burden. It adds return behavior (previews with sample audio) and bulk support, but does not disclose side effects, permission requirements, or whether the original voice is modified. The description implies non-destructive generation but does not state it explicitly.

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 relatively concise, with two short paragraphs. The opening 'Remix A Voice..' is redundant and slightly awkward, but the rest provides useful workflow and bulk support details without excessive verbosity.

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

Completeness2/5

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

Given the tool's complexity (16 params, no output schema, unhelpful annotations), the description is incomplete. It covers the high-level workflow and return format but omits explanations for most parameters, prerequisites, auth needs, and failure modes. An agent would struggle to use advanced options correctly.

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 compensate. It only clarifies the purpose of voice_description (prompt), voice_id (existing voice), and lists bulk parameters. It does not explain seed, text, loudness, guidance_scale, prompt_strength, stream_previews, auto_generate_text, output_format, or session parameters, leaving most of the 16 parameters ambiguous.

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

Purpose4/5

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

The description clearly states the verb and resource: 'Remix an existing voice via a prompt.' It also explains the output (list of voice previews with generated_voice_id and base64 mp3). However, it does not explicitly distinguish itself from sibling tools like elevenlabs_text_to_voice_design, which may serve a similar generation purpose.

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

Usage Guidelines3/5

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

The description implies usage by describing the remix workflow and mentions bulk support, but it does not explicitly state when to use this tool versus alternatives. It gives a follow-up instruction ('use the generated_voice_id with /v1/text-to-voice') but lacks 'use this instead of X' 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.