Skip to main content
Glama
of3y
by of3y

get_youtube_transcript

Get the transcript of a YouTube video by providing the video URL. Optionally specify the language using a language code (e.g., 'en').

Instructions

Get the transcript of a YouTube video using the primary extraction method.

Args: video_url: YouTube video URL language: Language code (e.g., 'en', 'es'). Defaults to 'en'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNoen
video_urlYes
Behavior2/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 does not mention output format, error handling, rate limits, or what happens if extraction fails. The only behavioral hint is 'primary extraction method,' which is not elaborated.

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 extremely concise, with a single purpose sentence and a simple Args list. Every word is functional, and the structure is easy to parse. No filler or redundant content.

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

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of sibling tools and no output schema or annotations, the description is incomplete. It does not specify the return format, when to use alternative extraction methods, or any constraints. An agent would struggle to decide between this and the ytdlp variant or understand what to expect as a result.

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 description adds some semantics beyond the schema by labeling video_url as 'YouTube video URL' and providing examples for language codes ('en', 'es'). However, it does not explain accepted formats, fallback behaviors, or edge cases, so it only partially compensates for the 0% schema description coverage.

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 tool's action (Get the transcript), the resource (YouTube video), and the specific method (primary extraction method), which distinguishes it from the sibling tool get_youtube_transcript_ytdlp. The verb and resource are explicit.

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?

There is no guidance on when to use this tool versus its alternatives. The phrase 'primary extraction method' implies it is the default but does not explain when to choose ytdlp, plain text, or other variants. No exclusions or conditional advice are provided.

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/of3y/mcp-youtube-transcript'

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