Skip to main content
Glama
valentinlutun-cmd

Voicebox MCP (Full)

voicebox_add_sample

Add a clean audio recording as a voice sample to a cloning profile. Multiple samples improve cloning accuracy.

Instructions

Add a voice sample to a profile for voice cloning.

The sample should be a clean recording of the target voice. Multiple samples improve cloning quality.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audio_pathYesAbsolute path to the audio file (wav, mp3, etc).
profile_idYesThe profile ID to add the sample to.
transcriptNoOptional transcript of the audio for better alignment.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, so the description carries full burden. It does not disclose behavioral traits such as whether it overwrites or appends samples, validation errors, or required permissions. The minimal description fails to inform about side effects or constraints.

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 with two sentences, front-loading the main action. No wasted words, but could be structured with tips as bullet points for readability. Still efficient.

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 tool's simplicity (3 params, output schema exists), the description covers the basic purpose and a quality tip. However, it does not mention prerequisites like profile existence or what the output represents, leaving some gaps.

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?

Schema description coverage is 100%, so parameters are already documented. The description adds implicit meaning (clean recording) but does not provide extra semantics beyond the schema. Baseline 3 is appropriate.

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 adds a voice sample to a profile for voice cloning, using specific verb 'add' and resource 'voice sample'. It distinguishes from sibling tools like delete_sample or list_samples by focusing on the creation/update aspect.

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 gives quality tips (clean recording, multiple samples improve quality) but does not explicitly state when to use this tool vs alternatives like update_sample or create_profile. Usage context is implied but not directly compared.

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/valentinlutun-cmd/voicebox-mcp-full'

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