Skip to main content
Glama

clone_voice

Create a reusable voice clone from audio samples. Supply paths to clean, single-speaker recordings; the cloned voice is saved under a name and can be used for speech generation immediately.

Instructions

Clone a voice from audio sample(s) — ElevenLabs Instant Voice Cloning.

A human provides the audio FILES on the machine ofaudio runs on; pass their paths. ~1-2 minutes of clean, single-speaker audio clones best. The result is saved under name and usable immediately as generate_speech(voice=""). Consumes one voice slot, and needs a tier that allows instant cloning (see account_status).

IMPORTANT: only clone a voice you have the rights/consent to use.

Args: name: Handle to save the cloned voice under. audio_paths: Path(s) to audio files (mp3/wav/…) readable on this machine. description: Optional description stored on the voice. remove_background_noise: Run ElevenLabs' denoiser on the samples first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
audio_pathsYes
descriptionNo
remove_background_noiseNo
Behavior5/5

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

With no annotations, the description carries the full burden. It discloses that the tool consumes one voice slot, requires a tier, saves under the provided name, and is immediately usable. It also explains the remove_background_noise parameter's effect. This is rich behavioral context beyond what any structured data would provide.

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 well-structured and front-loaded, with a clear summary, ethical note, and parameter list. It is slightly longer due to the detailed guidance, but every sentence earns its place. A minor typo ('ofaudio') prevents a perfect score.

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?

Given four parameters, no output schema, and no annotations, the description covers the tool's purpose, usage, parameter semantics, side effects (voice slot), prerequisites (tier), and ethical considerations. It even references related tools (generate_speech, account_status). This is highly complete for the tool's complexity.

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

Parameters5/5

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

Schema coverage is 0%, but the description's Args section explains every parameter: name as the handle, audio_paths as readable files, description as optional stored text, and remove_background_noise as the denoiser flag. This fully compensates for the lack of 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 uses the specific verb 'clone' and resource 'voice', clearly stating 'Clone a voice from audio sample(s) — ElevenLabs Instant Voice Cloning.' It distinguishes from siblings like generate_speech, which uses a voice, and save_voice which likely saves existing voices. The scope is well-defined.

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 provides explicit usage context: requires audio files on the machine, recommends ~1-2 minutes of clean single-speaker audio, and states the result is immediately usable with generate_speech. It also mentions prerequisites (tier allowing instant cloning, see account_status) and includes an important consent warning. This is clear when-to-use guidance with inferred alternatives.

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/DuragonYama/ofaudio-mcp'

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