Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STT_MODELNoDefault speech-to-text modelSystran/faster-whisper-large-v3
TTS_MODELNoDefault text-to-speech modelspeaches-ai/Kokoro-82M-v1.0-ONNX
TTS_VOICENoDefault TTS voiceaf_heart
SPEACHES_URLNoBase URL of your speaches instancehttp://speaches:8000
OPENAI_API_KEYNoRequired by the OpenAI SDK but not used by speachesdummy

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
transcribe_audioD–
text_to_speechD–

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: text_to_speech converts text to audio, and transcribe_audio converts audio to text. There is no overlap.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern using underscores, making them predictable and easy to understand.

Tool Count3/5

With only two tools, the server feels thin for a speech processing domain, where additional tools for voice management or language selection might be expected.

Completeness4/5

The core operations of text-to-speech and transcription are covered, but missing features like voice listing or parameter configuration create minor gaps.