Skip to main content
Glama
Anarcyst

YouTube MCP Server

by Anarcyst

get_transcript

Extract the full transcript with timestamps from any YouTube video using the video URL. Supports multiple languages including auto-generated fallbacks.

Instructions

Get the full transcript of a YouTube video with timestamps.

Args: video_url: YouTube video URL language: Preferred language code (default "en", tries auto-generated fallback)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_urlYes
languageNoen

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions language fallback behavior, which is useful, but lacks details on permissions, rate limits, error handling, or output format. For a tool with no annotations, this leaves significant behavioral gaps.

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 front-loaded with the core purpose, followed by clear parameter explanations in a structured format. Every sentence adds value without redundancy, making it efficient and easy to parse.

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?

Given the tool's moderate complexity (2 parameters, no annotations, but has output schema), the description covers the basic purpose and parameters well. The output schema likely handles return values, so the description doesn't need to explain those. However, it lacks usage guidelines and some behavioral details, keeping it from a perfect score.

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 description coverage is 0%, so the description must compensate. It explains the purpose of both parameters (video_url for the YouTube video, language for preferred language with default 'en' and fallback behavior), adding meaningful context beyond the bare schema. However, it does not specify format constraints for video_url or valid language codes.

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 ('Get the full transcript') and resource ('YouTube video'), distinguishing it from siblings like get_video_info or search_transcript. It specifies the inclusion of timestamps, which is a key feature not implied by the tool name alone.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like search_transcript or search_channel_transcripts. The description does not mention prerequisites, exclusions, or contextual factors that would help an agent choose between these sibling 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/Anarcyst/youtube-mcp-server'

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