Skip to main content
Glama
AbyAbyss

ffmpeg-mcp-video-editor

by AbyAbyss

Transcribe audio

transcribe_audio

Transcribe speech from audio or video files into timed segments using Whisper. Generate SRT subtitle files and word-level timestamps for accurate captions.

Instructions

Transcribe speech in an audio or video file using Whisper.

Returns timed segments and, if word_timestamps is set, per-word timings. The spoken language is auto-detected unless you name one. Pass srt_path to have the transcript written straight out as a subtitle file.

This can take a while — roughly real-time on CPU with the 'base' model, and several times that with 'large-v3' — so poll job_status. The first run with a given model also downloads its weights.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optionsNo
srt_pathNoAlso write the transcript as an SRT file at this path.
input_pathYesAudio or video file to transcribe.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYes
job_idYes
statusNoqueued
messageNoJob queued. Poll job_status for progress, then job_result.
Behavior5/5

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

Goes well beyond annotations by revealing that transcription can take roughly real-time on CPU, that the first run downloads model weights, that language auto-detection occurs unless specified, and that output includes timed segments with optional word timings. This is rich behavioral detail not present in the annotations.

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 tightly written across three short paragraphs, each sentence adding valuable information: purpose, output format, performance characteristics, and model weight download. No fluff or redundancy.

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?

For a complex asynchronous transcription tool, the description covers return format, optional parameters, runtime expectations, polling behavior, and initial setup (model weights). It is sufficiently complete given the presence of an output schema.

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 coverage is high (67%), but the description adds meaningful semantics: it explains the effect of language auto-detection, mentions srt_path writing a subtitle file, and clarifies word_timestamps usage. This complements the schema rather than just repeating it.

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 opens with a specific verb+resource: 'Transcribe speech in an audio or video file using Whisper.' This clearly states what the tool does and distinguishes it from siblings like auto_caption or translate_transcript by naming the tool and the core function.

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 clear operational context: mentions polling job_status because transcription is slow, describes model choices, and explains when word_timestamps and srt_path are useful. However, it does not explicitly exclude alternatives or name sibling tools for comparison, so it falls just short of full 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/AbyAbyss/ffmpeg-mcp-video-editor'

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