Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AUTOGLM_ASR_MODELNoASR model nameglm-asr-2512
AUTOGLM_ASR_API_KEYYesYour Zhipu API key
AUTOGLM_ASR_API_BASENoAPI endpointhttps://open.bigmodel.cn/api/paas/v4/audio/transcriptions
AUTOGLM_ASR_MAX_CONCURRENCYNoDefault concurrency5
AUTOGLM_ASR_CONTEXT_MAX_CHARSNoMax context size passed between chunks2000
AUTOGLM_ASR_MAX_CHUNK_DURATIONNoMax chunk duration (seconds)25

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
transcribe_audioA

Transcribe an audio file to text using AutoGLM ASR.

Supports: mp3, wav, m4a, flac, ogg, webm

Features:

  • Automatic chunking for long audio (>30s)

  • Sliding window concurrency for speed + quality

  • Context passing between chunks for better accuracy

Args: audio_path: Absolute path to the audio file context_mode: "sliding" (recommended), "none" (fastest), or "full_serial" (best quality but slow) max_concurrency: Max parallel API requests (default: 5)

Returns: Full transcription text with timing segments

get_audio_infoA

Get information about an audio file (duration, format).

Use this to check audio length before transcription.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Starrylyn/autoglm-asr-mcp'

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