Skip to main content
Glama

transcribe_audio

Transcribe an entire Audacity project's audio offline using faster-whisper. Returns a job ID to monitor progress, with options for model size, language, and forced English translation.

Instructions

[EXPERIMENTAL] Transcribe the entire project audio using faster-whisper (local, offline). Requires separate setup — see installation guide. If this fails, tell the user transcription is experimental and point them to the Transcription Setup docs.

Runs in BACKGROUND — returns a job_id immediately. Use check_transcription_status to monitor progress. Poll every 10-15 seconds.

Do NOT call transcription_set_model first — this handles model loading automatically.

After transcription completes, TELL the user where the transcript was saved or offer to save it. Always tell the user the file location so they can find it.

Language auto-detection can occasionally misidentify the language (background music, noise, a short/ambiguous clip) and transcribe genuinely-English audio in the wrong script entirely. If you already know the audio's language from context, pass language explicitly (e.g. "en") instead of relying on auto-detect, or set task="translate" to force English output regardless of the spoken language. If a result comes back in an unexpected language/script, just retry with THIS SAME tool and the corrected language/task.

Args: model_size: Whisper model - "tiny", "base", "small", "medium", "large-v3". Default: "small" language: ISO language code (e.g. "en", "fr") or None for auto-detect task: "transcribe" or "translate" (translate converts any language to English)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskNotranscribe
languageNo
model_sizeNosmall
Behavior5/5

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

With no annotations, the description fully discloses behavioral traits: it is experimental, requires separate setup, runs in the background and returns a job_id immediately, handles model loading automatically, has occasional language auto-detection issues, and saves a transcript whose location must be communicated to the user. These are all non-obvious behaviors that an agent needs to know.

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?

Though the description is longer than average, every sentence adds necessary operational detail. It is well-structured: function and setup first, then background behavior, then troubleshooting/caveats, then parameter documentation. No redundancy or filler.

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

Completeness5/5

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

This is a complex tool with background execution, setup requirements, and a failure-prone language auto-detection. The description covers the full workflow: call, monitor, handle failures, correct language, and inform the user of the output location. No gaps remain given the absence of an output schema.

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

Parameters5/5

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

The input schema has no descriptions (0% coverage), but the description's Args section explains each parameter: model_size with listed options, language as ISO code or None, and task as transcribe/translate. This fully compensates for the schema's lack of detail.

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 tool's purpose: 'Transcribe the entire project audio using faster-whisper (local, offline).' It uses a specific verb and resource, and distinguishes itself from siblings by emphasizing 'entire project audio' and noting not to call transcription_set_model first. Though it doesn't explicitly contrast with transcribe_selection, the wording 'entire project audio' makes the scope clear.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance: tells the user to monitor via check_transcription_status, poll every 10-15 seconds, and explicitly says 'Do NOT call transcription_set_model first.' It also instructs what to do on failure, how to handle language misdetection with language/task parameters, and what to do after completion. This goes well beyond minimal guidance.

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/xDarkzx/Audacity-MCP'

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