Skip to main content
Glama

mimo.voice_clone_create

Upload a reference audio sample to create a cloned voice, then run a trial to verify. Use the returned voice_id to synthesize speech with the cloned voice.

Instructions

上传参考音频创建克隆音色。立即跑一次试听验证。返回 voice_id 后,在 mimo.tts 里直接传 voice_id=<返回值> 即可用克隆音色朗读任意文本。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
descriptionNo
reference_audio_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries full burden. It mentions an immediate trial and return of voice_id, but does not disclose potential failure modes, cost, or irreversible actions. Adequate but not thorough.

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?

Description is concise, no fluff, and front-loaded with key actions. Could be slightly more structured but effective.

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 presence of an output schema, the description explains the return value usage. However, missing error handling, prerequisites (audio format), and behavioral details. Reasonably complete but not fully.

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 clarifies reference_audio_path and implies name/description, but lacks detailed semantics for each parameter or format requirements. Insufficient for a parameter-heavy tool.

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's purpose: upload reference audio to create a cloned voice. It distinguishes from siblings like voice_list (listing) and voice_delete (deletion) by focusing on creation.

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 a clear workflow: upload, trial, then use the returned voice_id with mimo.tts. It implicitly guides when to use (for cloning) but does not explicitly mention when not to use or alternatives like voice_design_create.

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/Frank-ay/mimo-mcp'

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