Skip to main content
Glama
jwulff

Whisper MCP Server

by jwulff

transcribe_audio

Transcribe audio files in formats like wav, mp3, or m4a into text using Whisper models. Supports optional timestamps and multiple output formats.

Instructions

Transcribe an audio file using Whisper. Supports various audio formats (wav, mp3, m4a, etc.). Returns the transcribed text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYesAbsolute path to the audio file to transcribe
modelNoWhisper model to use (tiny.en, base.en, small.en, medium.en, large). Default: base.en
languageNoLanguage code (e.g., en, es, fr). Default: en
output_formatNoOutput format: text (plain text), timestamps (with timestamps), json (structured). Default: text
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It mentions format support but lacks details on size limits, processing time, model accuracy trade-offs, and output behavior per output_format.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences, front-loaded with the core purpose, no wasted words. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, so description should explain return values thoroughly. It minimally states 'returns the transcribed text' but doesn't clarify how output varies by output_format (text, timestamps, json), nor does it address potential errors or prerequisites.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, baseline 3. The description adds value by listing supported audio formats (wav, mp3, m4a, etc.) which are not in the schema, providing useful context beyond the schema's parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'transcribe' and the resource 'audio file', and it distinguishes itself from sibling tools (download_whisper_model, list_whisper_models) which are about model management, not transcription.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool vs alternatives or mention prerequisites like needing a downloaded model. Usage is implied but not guided with exclusions or context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/jwulff/whisper-mcp'

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