Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZOOM_API_KEYYesAPI key from Zoom Build
ZOOM_API_SECRETYesAPI secret from Zoom Build

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_audioA

Transcribe an audio/video file to text using the Zoom Scribe API. Accepts a local file path or an https URL (wav / mp3 / m4a / mp4). Returns the transcript with speaker-separated segments when channel_separation is enabled.

summarize_transcriptA

Summarize a conversation transcript using the Zoom Summarizer API. Input is plain text / VTT / SRT (max 96 KB). task=recap gives a short recap, action_items extracts to-dos, summary gives a standard summary, full_summary the most detailed one.

translate_textA

Translate text between languages using the Zoom Translator API. Texts longer than the 4,000-character API limit are automatically split on sentence boundaries and translated chunk by chunk.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct operation: transcription, summarization, and translation. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (summarize_transcript, transcribe_audio, translate_text), making them predictable.

Tool Count5/5

Three tools cover the core AI processing utilities (transcription, summarization, translation) without unnecessary bloat or missing essentials.

Completeness5/5

The tool set provides a complete pipeline: transcribe audio, summarize transcripts with multiple detail levels, and translate text. No obvious gaps for the stated AI processing purpose.

Maintenance

ActivityStale
ResponsivenessNo issues