Skip to main content
Glama
NomiDevx

YouTube MCP Server

by NomiDevx

get_channel_info

Retrieve YouTube channel details by providing a channel URL, @handle, or ID. Returns title, description, subscriber, video, and view counts, country, and thumbnail.

Instructions

Get YouTube channel information: title, description, subscriber/video/view counts, country, and thumbnail. Accepts channel URL, @handle, or channel ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesYouTube channel URL, @handle, or channel ID
Behavior3/5

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

With no annotations provided, the description carries the full behavioral burden. It clearly indicates a read-only lookup and lists accepted input formats, which is useful. However, it does not disclose error behavior, rate-limit or auth implications, or the exact shape/structure of the returned channel object.

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?

A single, front-loaded sentence that states the action, the key returned fields, and the accepted input forms. There is no filler or redundant restatement of the tool name.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter tool this is nearly sufficient, but with no output schema and no annotations, the description should provide more context about the return format and possible failure modes. It lists fields but not how they are structured or what happens on invalid input.

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 coverage is 100% and the single 'url' parameter is already described as 'YouTube channel URL, @handle, or channel ID'. The description repeats this exactly rather than adding new semantic detail, so it earns the baseline score for high schema coverage.

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?

Uses a specific verb ('Get') and resource ('YouTube channel information'), then enumerates the concrete fields returned: title, description, counts, country, and thumbnail. The accepted identifier formats (URL, @handle, ID) further clarify scope and distinguish it from transcript/comment/playlist sibling tools.

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 explicit guidance on when to use this tool versus alternatives like get_channel_videos or get_video_metadata, and no exclusion criteria. The use case is implied by the name and field list, but the description never states when an agent should pick this over another tool.

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/NomiDevx/Cluade_Youtube_MCP'

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