Skip to main content
Glama

transcribe_to_file

Generate subtitle or text files from audio by setting an absolute output path and choosing SRT, VTT, or TXT format. Runs in the background and returns a job ID to track transcription progress.

Instructions

[EXPERIMENTAL] Transcribe audio and export to a subtitle or text file. Requires separate setup — see installation guide.

ALWAYS tell the user where the file will be saved BEFORE starting. If user doesn't specify a path, call get_default_export_folder to get a real path. NEVER guess paths like /home/user/... — always use absolute Windows paths like C:\Users\Name\Documents\transcript.srt

Runs in BACKGROUND — returns a job_id immediately. Use check_transcription_status to monitor progress.

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"), or set task="translate" to force English output regardless of the spoken language. Retry with THIS SAME tool and the corrected language/task — use a new path since an existing file at the same path is rejected below.

Args: path: Absolute path for the output file (e.g. "C:/Users/You/Documents/transcript.srt") format: Output format - "srt", "vtt", or "txt" model_size: Whisper model - "tiny", "base", "small", "medium", "large-v3" language: ISO language code (e.g. "en") or None for auto-detect task: "transcribe" (spoken language) or "translate" (always English)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
taskNotranscribe
formatNosrt
languageNo
model_sizeNosmall
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden, and it delivers: marks itself experimental, requires setup, runs in the background returning a job_id immediately, rejects an existing file at the specified path, and warns that language auto-detection can misidentify language. This is candid about side effects, asynchronous behavior, and known failure modes.

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?

The description is long but information-dense and front-loaded with purpose, setup, mandatory path behavior, background behavior, and a nuanced language failure mode before the parameter list. Each block carries a distinct instruction; the structure makes the hard rules (ALWAYS, NEVER, BACKGROUND) stand out.

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

Completeness4/5

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

It covers setup, path resolution, asynchronous execution, monitoring, retry behavior, file conflicts, and all parameter semantics, and references the relevant helper siblings. The main gap is that it never explicitly states which audio source is transcribed (current selection, whole project, or supplied audio), and there is no output schema or job-polling contract beyond pointing at check_transcription_status.

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?

Schema coverage is 0%, but the description fully compensates: path is explained as an absolute output path, format gets its allowed values, model_size lists Whisper variants, language is described as ISO code or auto-detect, and task distinguishes transcribe vs translate output. This gives an agent everything needed beyond the bare schema.

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?

States a specific action and deliverable: 'Transcribe audio and export to a subtitle or text file.' This distinguishes it from sibling transcription tools like transcribe_to_labels (labels) and implies file output rather than in-memory/transcript-only results.

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

Usage Guidelines4/5

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

Provides explicit operational rules: always reveal save destination first, resolve unspecified paths via get_default_export_folder, never guess paths, monitor progress with check_transcription_status, and retry with a corrected language/task. It does not explicitly name transcribe_audio/transcribe_selection as alternatives or state when not to use them, so it falls just short of full alternative-selection guidance.

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

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

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