Skip to main content
Glama

voicebox_speak

Convert text to speech with VOICEVOX, queuing tasks for immediate processing with customizable character voices.

Instructions

Convert text to speech using VOICEVOX. Non-blocking - queues task and returns immediately with task_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesText to synthesize
speakerNoSpeaker ID. Available speakers: 0: 四国めたん (あまあま) 1: 四国めたん (ノーマル) 2: 四国めたん (セクシー) 3: ずんだもん (ノーマル) 4: ずんだもん (あまあま) 5: ずんだもん (悲嘆) 6: 春日部つむぎ (ノーマル) 7: 春日部つむぎ (あまあま) 8: 春日部つむぎ (ツンデレ)
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by disclosing key behavioral traits: it's non-blocking (queues tasks), returns immediately with a task_id, and uses VOICEVOX. It doesn't cover aspects like error handling or rate limits, but provides essential operational context.

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 front-loaded with the core purpose and key behavioral detail in two concise sentences. Every word earns its place, with no redundancy or unnecessary elaboration, making it highly efficient.

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

Completeness3/5

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

Given the tool's moderate complexity (2 parameters, no output schema, no annotations), the description is adequate but incomplete. It explains the non-blocking behavior and return value, but lacks details on error cases, task management, or integration with sibling tools, leaving gaps for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both parameters thoroughly. The description adds no additional parameter information beyond what's in the schema, meeting the baseline for high coverage without extra 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 specific action ('Convert text to speech') using the specific resource ('VOICEVOX'), distinguishing it from sibling tools like health checks or speaker lists. It includes the non-blocking behavior which further clarifies the operational nature.

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 context by mentioning 'Non-blocking - queues task and returns immediately with task_id,' suggesting it's for asynchronous speech synthesis. However, it lacks explicit guidance on when to use this tool versus alternatives or any prerequisites, leaving some ambiguity.

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/ShunsukeHayashi/voicebox-mcp'

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