Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TTS_DEFAULT_RATENoDefault speech rate in words per minute (e.g., 200)
TTS_DEFAULT_VOICENoDefault voice for text-to-speech (e.g., Alex, Samantha)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
tts_speakA

Convert text to speech and play it immediately

tts_save_audioC

Convert text to speech and save as audio file

tts_list_voicesA

List all available voices on the system

tts_voice_demoA

Play a demo phrase with a specific voice

tts_system_infoC

Get information about text-to-speech capabilities

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a distinct purpose: speaking text, saving to audio, listing voices, demoing a voice, and system info. The only potential overlap between tts_speak and tts_voice_demo is resolved by voice_demo's specific focus on testing a voice with a fixed phrase.

Naming Consistency4/5

All tools share the tts_ prefix and use snake_case, but the pattern is mixed: tts_speak, tts_save_audio, and tts_list_voices are verb-first, while tts_voice_demo and tts_system_info are noun-first compounds. This prevents a perfect score despite overall readability.

Tool Count5/5

Five tools is well-scoped for a focused text-to-speech server, covering core operations without unnecessary bloat or missing essentials.

Completeness5/5

The set covers the full TTS workflow: listing voices, speaking text, saving audio, demoing voices, and checking system capabilities. No obvious gaps exist for the stated domain.

Maintenance

ActivityInactive
ResponsivenessNo issues