Skip to main content
Glama
anirudhyadavMS

YouTube MCP Server

get_video_transcript

Extract video transcripts with timestamps from YouTube for summarization and content analysis. Input a video ID to retrieve captions in your preferred language.

Instructions

Fetch the transcript/captions for a YouTube video. Returns the full text with timestamps. Useful for video summarization and content analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
videoIdYesYouTube video ID
languageNoLanguage code for transcript (default: "en")en
includeTimestampsNoInclude timestamps in the output (default: true)
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 of behavioral disclosure. It mentions the return format ('full text with timestamps') and use cases, but it doesn't cover critical aspects like potential errors (e.g., if transcript is unavailable), rate limits, authentication needs, or whether it's a read-only operation. This leaves significant gaps for a tool with no annotation coverage.

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 appropriately sized and front-loaded, with two concise sentences that directly state the tool's function and utility. Every sentence earns its place by adding clear value without redundancy or unnecessary details.

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

Completeness3/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 (3 parameters, no output schema, no annotations), the description is partially complete. It covers the basic purpose and output format but lacks details on behavioral traits, error handling, and integration with sibling tools. With no output schema, it should ideally explain return values more thoroughly, but it does provide some context for a read operation.

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?

Schema description coverage is 100%, so the schema fully documents all three parameters. The description adds no additional parameter semantics beyond what's in the schema (e.g., it doesn't explain format details for 'videoId' or 'language' codes). This meets the baseline for high schema coverage but doesn't provide extra value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with specific verbs ('fetch') and resources ('transcript/captions for a YouTube video'), and it distinguishes the output format ('full text with timestamps'). However, it doesn't explicitly differentiate from sibling tools like 'get_video_details', which might also provide transcript-related information, keeping it from a perfect score.

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

Usage Guidelines3/5

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

The description implies usage contexts ('useful for video summarization and content analysis'), suggesting when to use it, but it lacks explicit guidance on when not to use it or alternatives among sibling tools (e.g., 'get_video_details' might offer similar data). This provides some context but falls short of comprehensive guidelines.

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/anirudhyadavMS/youtube_mcp'

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