Skip to main content
Glama

List Voices For A Hedra Model

hedra_list_model_voices
Read-onlyIdempotent

Retrieve the list of text-to-speech voices a specific model accepts. Use this to pick a valid voice_id before submitting a speech or avatar job.

Instructions

List the text-to-speech voices a specific model accepts (scoped to that model's voice provider — e.g. ElevenLabs voices differ from Hedra Avatar's own voices).

Use this before submitting a job to a speech or avatar model that takes a voice_id input.

Args:

  • model_id (string, required): the model's public id (e.g. "hedra-avatar", "elevenlabs-v3").

Returns: JSON with a "voices" array of {id, name, ...}.

Error Handling:

  • Returns "Error [NOT_FOUND]..." if the model doesn't accept voice input at all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_idYesThe model's public id (e.g. 'seedance-20', 'gpt-image-2', 'hedra-avatar'). Get valid ids from hedra_list_models.
Behavior4/5

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

Annotations already declare read-only and idempotent behavior, so the description adds beyond that by detailing error handling ('Error [NOT_FOUND]...' when model has no voice input) and the scoping nuance (voices differ by provider). This provides useful behavioral context not present in annotations.

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-organized with clear sections for Args, Returns, and Error Handling. While slightly verbose for a simple one-param tool, every sentence adds information and the structure aids scanning.

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 read-only tool with one parameter, the description covers purpose, usage timing, parameter meaning, return format, and error behavior. No output schema exists, so the description appropriately explains the return shape, making it fully complete.

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% for the single parameter, but the description adds meaningful examples ('hedra-avatar', 'elevenlabs-v3') and clarifies the parameter is the model's public id. This supplements the schema's examples, providing extra semantic value.

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 the tool lists text-to-speech voices for a specific model, using a specific verb and resource. It distinguishes itself from siblings like hedra_list_models (which lists models) and hedra_get_model (which retrieves model details), making its unique purpose unambiguous.

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 explicitly says 'Use this before submitting a job to a speech or avatar model that takes a voice_id input,' providing clear when-to-use guidance. It does not explicitly name alternatives or exclusions, but the context is sufficiently clear for selecting 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/HemanthDonga/hedra-mcp-server'

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