Skip to main content
Glama
mohamdben-yahia

YouTube MCP Server

get_channel_rss_videos

Fetch recent video uploads from a YouTube channel via public RSS feed. Monitor channel activity without using API quota or requiring an API key.

Instructions

Fetch the latest video uploads from a YouTube channel using the public Atom RSS feed.

Consumes 0 Google Cloud API quota units and requires NO API key. Ideal for monitoring recent uploads without burning quota.

Args: channel_id: The YouTube Channel ID (e.g., 'UCuAXFkgsw1L7xaCfnd5JJOw') or channel URL. max_results: Maximum recent uploads to return (1 to 15, default 15).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channel_idYes
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

A4.6/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It usefully discloses that the tool uses the public Atom RSS feed, consumes no API quota, and requires no API key—important behavioral traits for an agent deciding between this and quota-consuming YouTube API tools. It doesn't describe error behavior or RSS feed latency, but those are minor for a simple read operation with an output schema present.

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 tightly structured and front-loaded: the core action and method come first, then the key operational benefits, then the Args block. Every sentence earns its place, and the Args section provides context without being verbose.

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

Completeness5/5

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

The tool is simple, has an output schema (so return values don't need to be described), and the description covers the input parameters, the transport mechanism, and the cost profile. An agent has everything needed to invoke it correctly and understand its trade-offs.

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

Parameters5/5

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

Schema description coverage is 0%, so the description fully compensates. It explains that channel_id accepts either a Channel ID or a channel URL and provides a concrete example, and it specifies max_results as a range (1 to 15) with a default of 15. This adds real meaning beyond the bare schema properties.

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 opens with a specific verb ('Fetch') and a clear resource ('latest video uploads from a YouTube channel'), and distinguishes the method by calling out the public Atom RSS feed. It is immediately distinguishable from API-based siblings like search_videos and get_video_details because of the '0 quota units' and 'NO API key' phrasing.

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 gives a clear context for use ('Ideal for monitoring recent uploads without burning quota'), which tells an agent when this tool is a good fit. It does not explicitly name alternatives or state when not to use it, so it misses the exclusionary guidance that would make it a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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