Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPEECHMATICS_API_KEYYesYour Speechmatics API key

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": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
transcribe_fileB

Transcribe a single audio/video file using Speechmatics API

transcribe_directoryB

Transcribe all media files in a directory (parallel processing)

get_transcriptC

Read an existing transcript file

get_usageA

Get Speechmatics API usage statistics for the current month

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: single-file transcription, batch transcription, reading a transcript, and viewing usage statistics. There is no overlap or ambiguity between the tools, even between transcribe_file and transcribe_directory, as their names clearly indicate the scope of operation.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: transcribe_file, transcribe_directory, get_transcript, get_usage. The verbs (transcribe, get) match the action performed, and the nouns clearly indicate the target. This makes the API predictable and easy to learn.

Tool Count5/5

With just four tools, the server is tightly scoped to its purpose of transcription and transcript retrieval. Each tool is necessary and covers a distinct workflow step, leaving no feeling of bloat or missing essential functionality.

Completeness5/5

The core transcription workflow is fully covered: transcribing files (individually or in bulk), retrieving the resulting transcript, and checking account usage. There are no obvious gaps for the stated domain; optional operations like deleting or listing transcripts are not essential for the main use case.

Maintenance

ActivityInactive
ResponsivenessNo issues