Skip to main content
Glama
MiniMax-AI

MiniMax MCP Server

Official
by MiniMax-AI

list_voices

Retrieve all available voices from MiniMax, with optional filtering by voice type for system or cloned voices.

Instructions

List all voices available. Only supports when api_host is https://api.minimax.chat

Args:
    voice_type (str, optional): The type of voices to list. Values range ["all", "system", "voice_cloning"], with "all" being the default.
Returns:
    Text content with the list of voices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
voice_typeNoall
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states the tool returns text content with the list of voices and mentions the api_host constraint. Basic behavioral info is present, but details on potential side effects, rate limits, or error handling are missing.

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, front-loads the main purpose, and uses a clear Args/Returns structure. Every sentence adds value, though it could be slightly more streamlined.

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?

Given the tool's simplicity (one optional parameter, no nested objects, no output schema), the description adequately covers the purpose, condition, parameter, and return type. It lacks notes on pagination or error cases but is sufficient for basic use.

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 schema has no description for the voice_type parameter (0% coverage), but the description explicitly lists possible values (all, system, voice_cloning) and the default. This adds significant meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'List all voices available', providing a specific verb and resource. The unique constraint about api_host adds clarity, but it does not explicitly differentiate from sibling tools like text_to_audio or voice_clone.

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 includes an important usage condition (api_host must be https://api.minimax.chat) and details the optional voice_type parameter. However, it does not offer guidance on when to use this tool versus alternatives or when not to use it.

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/MiniMax-AI/MiniMax-MCP'

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