Skip to main content
Glama
plaguedoctor39

youtube-research

youtube_search

Find YouTube videos matching a query and access their metadata including title, description, duration, views, and channel.

Instructions

Search YouTube videos by query.

Returns a list of videos with metadata: id, title, description, duration, view_count, published_at, channel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the return fields (id, title, etc.), which gives insight into the output. However, it does not mention any side effects, rate limits, authentication requirements, or that it is a read-only operation. The transparency is adequate but not extensive.

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 two sentences: the first clearly states the purpose, and the second lists return metadata. It is front-loaded, concise, and every sentence adds value 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?

The tool is relatively simple with two parameters and an output schema. The description covers the purpose and return fields sufficiently. However, it lacks guidance on when to use this tool over siblings and parameter details, but overall it is fairly complete given the low complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description must compensate. It only implicitly describes the 'query' parameter by stating 'Search YouTube videos by query', but does not explain 'max_results' or its default. This adds minimal value beyond the schema itself.

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 verb 'Search' and the resource 'YouTube videos by query', which is specific and distinct from sibling tools like youtube_channel_info or youtube_channel_videos. The purpose is immediately understandable and not a tautology.

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

Usage Guidelines3/5

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

The description implies usage for searching videos by query, but does not provide explicit when-to-use or when-not-to-use guidance compared to alternatives like youtube_trending or youtube_video_info. The usage context is implied but could be clearer.

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/plaguedoctor39/youtube-research'

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