Skip to main content
Glama
veniceai

Venice MCP Server

Official
by veniceai

Venice Voice Clone / List

venice_voice_clone

Clone a voice from an audio sample URL using a TTS model. Also lists built-in voices grouped by model.

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. 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.
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that 'list' returns a static catalog (not a dynamic endpoint), and 'create' uses multipart upload to a specific endpoint. It mentions auth methods but does not discuss side effects, rate limits, or destruction behavior.

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

Conciseness5/5

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

The description is four sentences, each efficiently conveying essential information. The first sentence sets the purpose, followed by clear explanations of each action. No fluff or redundancy.

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

Completeness4/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 parameters, no output schema, no annotations), the description covers the main actions and protocol well. It lacks response format details or error handling, but the core functionality is adequately described.

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

Parameters4/5

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

Schema coverage is 100% with parameter descriptions. The description adds context: model is required for create, sample_url is for create, and that create uses 'multipart upload to /v1/audio/voices'. This goes beyond the schema's basic descriptions, justifying a score above baseline.

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 explicitly states it 'Manage TTS voices' with two distinct actions: 'list' returns the static catalog of built-in voices grouped by TTS model, and 'create' clones a voice from a sample audio URL. This clearly differentiates it from sibling tools like venice_tts.

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 clearly indicates when to use each action: 'list' for viewing built-in voices, 'create' for cloning. It also mentions auth methods (x402, API key). However, it does not explicitly state when not to use this tool or compare it to alternatives like venice_tts.

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/veniceai/venice-mcp-server'

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