Skip to main content
Glama
neosapience

Typecast API MCP Server

by neosapience

Get detailed information for a specific voice by ID using V2 API

get_voice

Retrieve detailed information for a specific voice by its ID, including gender, age, use cases, and supported models with emotions.

Instructions

Get detailed information for a specific voice by ID using V2 API

Args:
    voice_id: The voice ID (e.g., 'tc_672c5f5ce59fac2a48faeaee')

Returns:
    Voice information with enhanced metadata including gender, age, use cases, and supported models with emotions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
voice_idYes
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It specifies it returns 'voice information with enhanced metadata', which is adequate for a read operation, but lacks explicit mention of idempotency, auth, or rate limits.

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 clear sections (Args, Returns) and front-loaded purpose, but slightly redundant by repeating 'using V2 API' from the title.

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 simple tool with one required parameter and no output schema, the description covers purpose, input, and output fields (gender, age, etc.), which is sufficient.

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?

With 0% schema description coverage, the description adds value by defining 'voice_id' as 'The voice ID' and providing an example, though it could include format constraints.

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 'Get detailed information for a specific voice by ID using V2 API', which is specific and distinct from siblings like 'get_voices' (listing) and 'clone_voice' (creation).

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 implies usage when you have a specific voice ID and need details, but it does not explicitly contrast with alternatives like 'get_voices' or state when not to use this tool.

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