Skip to main content
Glama
nhatvu148

Video Transcriber MCP Server

by nhatvu148

transcribe_video

Transcribe videos from YouTube, TikTok, Vimeo and 1000+ platforms or local files using OpenAI Whisper. Generate transcripts in TXT, JSON, and Markdown formats with support for 90+ languages.

Instructions

Transcribe videos from 1000+ platforms (YouTube, Vimeo, TikTok, Twitter, etc.) or local video files using OpenAI Whisper. Downloads/extracts audio and generates transcript in TXT, JSON, and Markdown formats. Requires yt-dlp, whisper, and ffmpeg to be installed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesVideo URL from any supported platform (YouTube, Vimeo, TikTok, Twitter, Facebook, Instagram, Twitch, conference sites, and 1000+ more) OR absolute/relative path to a local video file (mp4, avi, mov, mkv, etc.)
output_dirNoOptional output directory path. Defaults to /root/Downloads/video-transcripts
modelNoWhisper model to use. Larger models are more accurate but slower. Default: 'base'
languageNoLanguage code (ISO 639-1: en, es, fr, de, etc.) or 'auto' for automatic detection. Default: 'auto'
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behaviors: the tool downloads/extracts audio, generates multiple output formats (TXT, JSON, Markdown), and has specific system dependencies (yt-dlp, whisper, ffmpeg). It doesn't mention rate limits, error handling, or processing time expectations, but provides substantial operational context.

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 efficiently structured in two sentences: the first states the core functionality and scope, the second covers implementation details and dependencies. Every element serves a purpose with no wasted words, and the most important information (what the tool does) is front-loaded.

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?

For a tool with 4 parameters, 100% schema coverage, and no output schema, the description provides good contextual completeness. It covers the tool's purpose, scope, implementation approach, output formats, and dependencies. The main gap is the lack of output schema, but the description mentions the output formats, which partially compensates. It doesn't describe error cases or performance characteristics.

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

Parameters3/5

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

The input schema has 100% description coverage, so the schema already documents all parameters thoroughly. The description adds some context about the platforms supported and output formats, but doesn't provide additional parameter-specific semantics beyond what's in the schema. This meets the baseline expectation when schema coverage is complete.

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 specific action ('Transcribe videos'), resources ('from 1000+ platforms or local video files'), and implementation details ('using OpenAI Whisper'). It distinguishes this tool from its siblings (check_dependencies, list_supported_sites, list_transcripts) by focusing on the core transcription functionality rather than dependency checking, site listing, or transcript listing.

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?

The description provides clear context about when to use this tool: for transcribing videos from numerous platforms or local files. It doesn't explicitly state when NOT to use it or name specific alternatives, but the sibling tools are clearly for different purposes (checking dependencies, listing sites, listing transcripts), so the usage context is well-defined.

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/nhatvu148/video-transcriber-mcp'

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