Skip to main content
Glama
vivmuk

Medhā MCP

by vivmuk

Venice Voice Clone / List

venice_voice_clone

Create a cloned TTS voice from an audio sample URL to generate speech in that voice, or list built-in voices by TTS model for selection.

Instructions

Manage TTS voices. Action 'list' returns the static catalog of built-in voices grouped by TTS model (Venice does not expose a list endpoint). Action 'create' clones a voice from a sample audio URL via multipart upload to /v1/audio/voices. List built-in voices OR clone from a sample audio URL. Supports x402 wallet auth (no Venice account needed) and API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoVoice cloning model. Required for action=create. Examples: tts-chatterbox-hd, tts-minimax-speech-02-hd.
actionYeslist = show built-in voices, create = clone from sample_url
sample_urlNoAudio sample URL for action=create. WAV/MP3/M4A.
Behavior2/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It discloses the multipart upload mechanism and the auth modes (x402 wallet, API key), which is valuable. However, it doesn't disclose side effects (does 'create' persist the clone? is it reversible? requires prior authorization?), failure modes, or constraints on sample audio (duration, size limits). For a mutation action like 'create' with zero annotation coverage, more behavioral detail is warranted.

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

Conciseness3/5

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

The description is reasonably compact but mildly redundant — the opening 'Manage TTS voices' is restated by the following sentences, and the line 'List built-in voices OR clone from a sample audio URL' repeats the action mechanism already explained. Front-loading the action mechanism is good, but the redundancy wastes space that could carry behavioral or usage detail. No clear structure break for the two distinct workflows.

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?

With no output schema and no annotations, the description must cover behavior and return expectations, and it partially does (notes list returns static catalog). It clearly documents the two actions and auth. However, it fails to describe what 'create' returns (the cloned voice ID? status?), what happens with invalid audio, or the full scope of the multipart upload flow. For a dual-action tool with 3 interdependent parameters, it's adequate but leaves meaningful gaps around the 'create' workflow's outcomes.

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 coverage is 100%, so all three parameters are documented in the schema itself. The description adds some value by clarifying the relationship between model and sample_url for action=create, and that action enum values map to behaviors. However, it doesn't add format-level detail beyond the schema (e.g., examples of valid sample_url formats, constraints on model values) beyond what's already in the schema's model description.

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?

Description uses specific verbs ('list' returns the catalog, 'create' clones from a sample URL) and clearly identifies the resource as TTS voices. It distinguishes from the sibling venice_tts tool by noting this manages voice cloning/catalog, not speech generation. However, the two-sentence description reads somewhat repetitive ('Manage TTS voices' followed by re-explaining both actions), which slightly dilutes the purpose statement.

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 explains the two distinct actions (list vs create) and notes that list returns a static catalog because Venice exposes no list endpoint. It mentions x402 wallet auth and API key as supported auth methods, which is useful context. However, it doesn't explicitly state when to prefer this over venice_tts or other siblings, nor does it give exclusion guidance (e.g., 'use venice_tts for speech synthesis').

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/vivmuk/medha-mcp'

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