Skip to main content
Glama
Anarcyst

YouTube MCP Server

by Anarcyst

search_transcript

Find specific content in YouTube video transcripts by searching for keywords or phrases. Returns matching passages with timestamps and direct links to jump to relevant sections.

Instructions

Search for specific content within a video's transcript. Returns matching passages with timestamps and direct links.

Args: video_url: YouTube video URL query: Text to search for in the transcript language: Preferred language code (default "en")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_urlYes
queryYes
languageNoen

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions the return format (matching passages with timestamps and direct links) which is helpful, but doesn't cover important aspects like authentication requirements, rate limits, error conditions, or whether this is a read-only operation. The description adds some value but leaves significant 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 efficiently structured with a clear purpose statement followed by parameter explanations. Every sentence earns its place - the first sentence states what the tool does, the second describes the return format, and the Args section provides necessary parameter context without redundancy.

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 that an output schema exists (so return values are documented elsewhere), the description provides adequate context for a search tool. It covers the core functionality and parameters well. The main gap is the lack of usage guidance relative to sibling tools, but for a tool with output schema and clear parameter documentation, this is reasonably complete.

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?

With 0% schema description coverage, the description compensates well by explaining all three parameters in the Args section. It clarifies that video_url is a YouTube URL, query is text to search for, and language has a default of 'en'. This adds meaningful context beyond the bare schema.

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 searches for content within a video's transcript, specifying the resource (transcript) and verb (search). It distinguishes from siblings like get_transcript (which retrieves full transcripts) and search_channel_transcripts (which searches across multiple videos), but doesn't explicitly mention these distinctions in the description itself.

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 versus alternatives like get_transcript or search_channel_transcripts. It mentions what the tool does but offers no context about appropriate use cases, prerequisites, or exclusions.

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