Skip to main content
Glama
neosapience

Typecast API MCP Server

by neosapience

Delete a quick-cloned custom voice by voice ID

delete_cloned_voice

Delete a quick-cloned custom voice by providing its voice ID. This action permanently removes the cloned voice.

Instructions

Delete a quick-cloned custom voice.

Args:
    voice_id: Cloned voice ID returned by clone_voice. Must start with uc_.

Returns:
    Dict with success=true and the deleted voice_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
voice_idYes
Behavior3/5

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

No annotations provided, so the description must cover behavioral traits. It states the action (delete) and return format, but lacks details on side effects, permissions, or reversibility. Adequate but not rich.

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?

Description is concise with one purpose statement, a clear Args section, and a Returns section. No unnecessary words; every sentence provides value.

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

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple delete tool with one parameter, the description fully covers the action, input validation, and return format. It is complete given the tool's complexity and lack of output schema.

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 0%, so the description adds value by explaining that voice_id must be a cloned voice ID starting with 'uc_' and originating from clone_voice. This compensates for the missing schema descriptions.

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 deletes a quick-cloned custom voice, which distinguishes it from sibling tools like clone_voice (create) and get_voice (retrieve). The verb 'delete' and resource 'cloned voice' are specific.

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 specifies that voice_id must start with 'uc_' and is returned by clone_voice, guiding when to use it. However, it does not explicitly state when not to use it or provide alternatives.

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