Skip to main content
Glama

list_voices

Get the list of available Groq PlayAI voice names for text-to-speech. Use this to choose a valid voice for the voice argument, sourced from public API docs.

Instructions

List known Groq PlayAI voice names usable with text_to_speech's voice argument. Static list transcribed from Groq's public API docs, not fetched live - like the model names this server wires in, it can drift; check_provider_health confirms the default voice still works, not the full list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries full behavioral disclosure. It explicitly warns that the list is static, transcribed from public docs, not fetched live, and can drift. It also clarifies the scope of the health check sibling, which is valuable beyond the function's obvious purpose.

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 compact and front-loaded with the tool's purpose, followed by essential caveats about staleness and health checking. Every clause adds value; there is no filler or redundant restatement of the tool name.

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 zero-parameter tool with an output schema, the description covers the essential context: what the tool lists, where the data comes from, its limitation, and how to verify current functionality via a sibling tool. Nothing important is missing.

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?

The tool has zero parameters, so the schema already fully covers parameter semantics. The description adds useful context about what the returned voice names are and how they relate to text_to_speech, which meets the baseline for a no-parameter tool.

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 states a specific verb and resource: it lists known Groq PlayAI voice names for use with text_to_speech's voice argument. It clearly distinguishes this from sibling tools by tying the list directly to another tool's parameter.

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 gives clear context that this is a static list and advises that check_provider_health only verifies the default voice, not the full list. This implies when to use this tool and when to use the health-check sibling, though it does not explicitly state exclusions for speech_to_text.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Furkiozknn/voice-io-mcp'

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