Skip to main content
Glama
neosapience

Typecast API MCP Server

by neosapience

Create a quick-cloned custom voice from a local WAV or MP3 audio sample

clone_voice

Clone a custom voice from a provided audio sample for use in text-to-speech.

Instructions

Create a quick-cloned custom voice.

Calls POST /v1/voices/clone with multipart form data. Use the returned
voice_id with text_to_speech, text_to_speech_stream, or
text_to_speech_with_timestamps. Delete temporary cloned voices with
delete_cloned_voice when they are no longer needed.

Args:
    name: Display name for the cloned voice. Must be 1-30 characters.
    audio_file_path: Local WAV or MP3 sample path. Maximum file size is 25 MB.
    model: Voice cloning model. Default: ssfm-v30.
    audio_base64: Base64-encoded WAV or MP3 sample for a remote MCP server.
    audio_filename: Filename with .wav or .mp3 extension for audio_base64.

Returns:
    Dict returned by the Typecast API plus normalized handoff fields:
        voice_id, cloned_voice_id, next_step_voice_id, next_step_model.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
modelNossfm-v30
audio_base64No
audio_filenameNovoice.wav
audio_file_pathNo
Behavior4/5

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

Without annotations, the description carries full burden and discloses the API endpoint, file size limits, and that the tool creates a temporary cloned voice that should be deleted. It implies mutation but does not explicitly state side effects.

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 with a summary, API detail, usage, parameter list, and returns. It is somewhat lengthy but each sentence adds value, though some consolidation could improve conciseness.

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?

For a tool with five parameters and no output schema, the description explains all parameters, return value structure, and usage flow. It lacks mention of error handling or prerequisites but is otherwise comprehensive.

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 description coverage is 0%, but the description compensates with detailed, structured parameter explanations including constraints, default values, and usage context for all five parameters.

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 it creates a quick-cloned custom voice from a local WAV or MP3 sample, uses a specific API endpoint, and distinguishes from sibling tools like delete_cloned_voice and text_to_speech.

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 explains how to use the returned voice_id with other tools and when to delete the temporary voice, but does not explicitly state when to use this tool versus alternatives like recommend_voices or get_voices.

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/neosapience/typecast-api-mcp-server'

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