Skip to main content
Glama

speak_text

Speak text aloud using system TTS for eyes-free confirmations, read-backs, or conversation. Supports interrupt and queue modes.

Instructions

Speak text aloud through the OS's system TTS. Use this whenever the user can't see the screen — confirmations ("OK, I muted notifications"), read-backs ("here's your transcript: ..."), or eyes-free conversation. Returns 200 immediately after starting playback (does NOT block for audio duration). Default interrupt:true cancels any currently-playing TTS so a new utterance always wins; pass interrupt:false to queue. voice and rate are platform-specific — call list_tts_voices first if the user asks for a particular voice. Linux requires festival or espeak installed; failure returns a structured hint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rateNoOptional speech rate. macOS: words-per-minute (default ~175). Omit for OS default.
textYesText to speak. Max 5000 chars; break longer messages into chunks.
voiceNoOptional voice name (platform-specific, e.g. "Samantha" on macOS). Omit for OS default.
interruptNoIf true (default) cancels any in-flight TTS before speaking. Set false to queue after current speech.
Behavior5/5

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

No annotations provided, but description fully covers behavior: non-blocking (returns 200 immediately), interrupt default (true) with queue option, platform-specific voice/rate, and Linux requirement. Also mentions error handling (failure returns structured hint).

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?

Description is a single paragraph but efficiently conveys purpose, usage, behavior, and parameter details. Could be slightly more structured (e.g., bullet points) but remains concise and front-loaded.

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?

Tool has 4 params, no output schema. Description covers all essential aspects: operation, use cases, parameter defaults, platform considerations, dependency, and failure mode. No gaps identified.

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%, but description adds value: max length on text, interrupt default true, rate as words-per-minute on macOS, and advice to use list_tts_voices for voice. Only minor improvement would be clarifying rate default format for other platforms.

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 speaks text aloud via system TTS, and distinguishes from sibling tools like stop_speaking and list_tts_voices by providing use cases (when user can't see screen) and alternatives for voice selection.

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?

Description explicitly states when to use ('when user can't see the screen') and provides examples (confirmations, read-backs). It recommends calling list_tts_voices first for specific voices and notes Linux dependency. Lacks explicit when-not-to-use but sufficiently guides usage.

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/sneakyfree/windy-word-mcp'

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