Skip to main content
Glama
gomesmr

youtube-transcript-mcp

by gomesmr

get_transcript

Get the transcript of any YouTube video by providing the video URL or ID. Optionally specify a language for the transcript.

Instructions

Extrai a transcrição de um vídeo do YouTube a partir da URL (ou ID do vídeo).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL do vídeo do YouTube (watch, youtu.be, shorts, embed) ou o ID do vídeo diretamente
languageNoNome de exibição (ex: "Portuguese", "English (auto-generated)") ou código ISO (ex: "pt", "en") do idioma desejado. Se omitido, usa o idioma padrão do vídeo.
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It only says 'extracts transcript' without disclosing behavioral traits like rate limits, authentication, or behavior when transcript is unavailable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, front-loaded with key information. No wasted words, though it could benefit from slightly more detail without becoming verbose.

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?

No output schema exists, but description does not explain return values (e.g., plain text transcript, error cases). Also lacks behavioral context. Incomplete for a tool with no annotations.

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 baseline is 3. The description adds minimal extra meaning beyond the schema (e.g., 'from URL or video ID' is already in url description). No further detail on language format.

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 extracts a YouTube transcript from a URL or video ID (verb+resource). However, there are no sibling tools to differentiate from, so it doesn't need further distinction.

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?

The description provides no guidance on when to use this tool vs. alternatives, nor does it mention prerequisites or limitations. It only states what it does, not when to invoke it.

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

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