Skip to main content
Glama

speak_text

Synthesize text into spoken audio via VOICEVOX and play it from speakers. Control speed, pitch, intonation, and volume.

Instructions

テキストをVOICEVOXで音声合成し、スピーカーから再生します。

Args: text: 読み上げるテキスト speaker: スピーカーID(指定しない場合は環境変数SPEAKER_IDの値を使用。list_speakersで一覧を確認できます) speed: 話速 (0.5 〜 2.0, デフォルト: 1.0) pitch: 音高 (-0.15 〜 0.15, デフォルト: 0.0) intonation: 抑揚 (0.0 〜 2.0, デフォルト: 1.0) volume: 音量 (0.0 〜 2.0, デフォルト: 1.0)

Returns: 再生結果のメッセージ

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
pitchNo
speedNo
volumeNo
speakerNo
intonationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 that the tool synthesizes and plays audio, but does not disclose whether it blocks, its synchronicity, network requirements, resource usage, or error behavior. The returns section is vague.

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-structured with a brief intro followed by a clear Args list. It front-loads the action and minimizes fluff. The Returns section is minimal but acceptable given output schema exists. Could be slightly more concise but overall effective.

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 6 parameters, no annotations, and an output schema (implied), the description covers parameters well but lacks context on dependencies (e.g., VOICEVOX service), potential errors, or audio device requirements. It is adequate but not fully complete.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate. It fully explains each parameter (text, speaker, speed, pitch, intonation, volume) with ranges, defaults, and the speaker fallback to environment variable. This adds substantial meaning beyond the bare schema.

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 performs text-to-speech synthesis with VOICEVOX and plays from speakers. It distinguishes from sibling 'list_speakers' by referencing it for speaker IDs, and from 'save_audio' by implying real-time playback.

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 mentions the default speaker from environment variable and references list_speakers for speaker IDs, but does not provide explicit when-to-use or when-not-to-use guidance compared to save_audio. Usage context is implied but not formally defined.

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/init-ikuya/mcp-voicevox-server'

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