Skip to main content
Glama
Anarcyst

YouTube MCP Server

by Anarcyst

search_channel_transcripts

Search transcripts across all videos from a YouTube channel to find specific content and timestamps mentioned by a creator.

Instructions

Search for specific content across all videos of a YouTube channel. This is the power feature: find what a creator said about any topic.

Args: channel: Channel URL or @handle (e.g. "@hormozi") query: Text to search for across all transcripts language: Preferred language code (default "en") max_videos: Maximum number of recent videos to search (default 10, max 50)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYes
queryYes
languageNoen
max_videosNo

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 but lacks critical behavioral details. It mentions 'power feature' and default/max values, but does not disclose rate limits, authentication requirements, error conditions, or what the search returns (though output schema exists). For a search tool with no annotations, this leaves significant gaps in understanding operational constraints.

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 a well-organized Args section. Every sentence adds value: the first establishes scope, the second emphasizes utility, and the parameter explanations are necessary given 0% schema coverage. No wasted words or 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 4 parameters with 0% schema coverage and an output schema (which handles return values), the description does well by explaining all parameters. However, as a search tool with no annotations, it should ideally mention performance expectations (e.g., search time) or limitations (e.g., transcript availability). The output schema reduces the need for return value explanation, but behavioral context remains light.

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 successfully explains all 4 parameters: channel (with URL/handle examples), query (text to search), language (preferred code with default), and max_videos (recent videos with default and max). This adds substantial meaning beyond the bare schema, though it could provide more detail on language code formats or channel input validation.

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 ('search for specific content'), resource ('across all videos of a YouTube channel'), and scope ('across all transcripts'), distinguishing it from siblings like search_transcript (single video) or search_videos (metadata). The phrase 'power feature: find what a creator said about any topic' further clarifies the unique value proposition.

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

Usage Guidelines4/5

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

The description provides clear context for when to use this tool ('search for specific content across all videos'), but does not explicitly state when not to use it or name alternatives. Sibling tools like search_transcript (single video) and search_videos (metadata) are implied alternatives, but not directly referenced in the description.

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