Skip to main content
Glama
VincentKaufmann

noapi-google-search-mcp

transcribe_video

Transcribe any YouTube or video URL to get a timestamped transcript. Supports multiple Whisper model sizes for accuracy or speed.

Instructions

Download and transcribe a YouTube video (or any video URL) with timestamps.

Downloads the audio, transcribes it locally using Whisper, and returns a full timestamped transcript. The LLM can then answer questions about the video content and point to specific timestamps.

Results are cached to disk so repeat requests for the same video are instant.

Supported model sizes: tiny, base, small, medium, large

  • tiny: fastest, good for most videos (~75MB, default)

  • base: better accuracy, slower (~150MB)

  • small: high accuracy, much slower (~500MB)

  • medium/large: best accuracy, very slow (~1.5GB/~3GB)

Models are downloaded automatically on first use.

Sample prompts that trigger this tool: - "Transcribe this video: https://youtube.com/watch?v=..." - "What is discussed in this video? https://youtube.com/watch?v=..." - "Summarize this YouTube video: https://..." - "At what timestamp do they talk about X in https://..." - "Explain the concept from 5:30 in this video: https://..."

Args: url: YouTube URL or any video URL supported by yt-dlp. model_size: Whisper model size (tiny/base/small/medium/large). Default: tiny. language: Language code (e.g. "en", "de", "fr"). Auto-detected if empty.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
model_sizeNotiny
languageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description fully covers behavior: downloads audio, transcribes locally with Whisper, returns timestamped transcript, caches results, and auto-downloads models. It also lists model sizes with trade-offs, ensuring the agent understands resource usage and performance.

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 well-structured with a concise purpose, logical breakdown of behavior, caching, model sizes, sample prompts, and parameter details. Every sentence adds value, and the front-loaded purpose ensures quick understanding.

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?

Given the output schema exists, the description does not need to detail return values. It covers usage, parameters, caching, and model options comprehensively. The only minor omission is potential rate limits or disk space, but overall it is complete.

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 'Args:' section in the description adds critical semantics: 'url' supported by yt-dlp, 'model_size' options with defaults, and 'language' auto-detection. This fully compensates for the schema gap.

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 'Download and transcribe a YouTube video (or any video URL) with timestamps,' specifying the verb, resource, and output. It distinguishes from sibling 'transcribe_local' by focusing on URLs rather than local files.

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 multiple sample prompts that trigger the tool, covering various use cases like transcription, summarization, and timestamp querying. It also explains when to use different model sizes based on speed/accuracy needs, though it does not explicitly mention when not to use or alternative tools.

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/VincentKaufmann/noapi-google-search-mcp'

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