Skip to main content
Glama
danieldoalto

YouTube MCP Server

by danieldoalto

videos_searchVideos

Search YouTube videos with filters for channel, subscriber count, upload date, and sort order to find specific content.

Instructions

Search for videos on YouTube

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderNoSort order for results, such as relevance or date
queryYesSearch query
sortByNoOptional ranking mode such as relevance, indie_priority, subscribers_asc, subscribers_desc, or recent_activity
channelIdNoRestrict results to a specific channel ID
maxResultsNoMaximum number of results to return
creatorOnlyNoOnly include channels heuristically classified as creators
publishedAfterNoOnly include videos published after this ISO 8601 date
uniqueChannelsNoReturn only one matched video per unique channel
publishedBeforeNoOnly include videos published before this ISO 8601 date
channelMaxSubscribersNoMaximum subscriber count for the matched video channel
channelMinSubscribersNoMinimum subscriber count for the matched video channel
channelLastUploadAfterNoOnly include videos whose channel latest upload is after this ISO 8601 date
channelLastUploadBeforeNoOnly include videos whose channel latest upload is before this ISO 8601 date
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. The single sentence 'Search for videos on YouTube' adds no behavioral context beyond the name. It does not mention pagination, rate limits, result ordering, or that it returns a list of videos. The schema implies behavior through parameters, but the description itself is insufficient.

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

Conciseness3/5

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

The description is very concise (one sentence), but it is too minimal for a tool with 13 parameters. While conciseness is valued, the description lacks substance needed to understand the tool's behavior. It earns its place but could be more informative without being 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?

Given the complexity (13 parameters, no output schema), the description is incomplete. It does not explain what happens when no results are found, how pagination works, or what the response looks like. The schema documents parameters, but the description fails to provide operational context.

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?

Baseline is 3 because schema description coverage is 100%. The description does not add any additional meaning beyond what the schema provides for parameters. It simply restates the tool's function without elaborating on how parameters interact or their significance.

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 'Search for videos on YouTube' clearly states the verb and resource. However, it does not distinguish this tool from siblings like 'videos_getVideo' (which retrieves a single video) or 'channels_listVideos' (which lists videos for a specific channel). The purpose is clear but lacks specificity about the scope of the search.

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?

No guidance is provided on when to use this tool versus alternatives. The description offers no context about typical use cases, prerequisites, or explicitly states when not to use it. This leaves the agent without insight into choosing between search and other video-related tools.

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

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