Skip to main content
Glama
mohamdben-yahia

YouTube MCP Server

classify_traffic_potential

Evaluate a video topic's success potential for evergreen search versus viral browse, with RPM multipliers, longevity expectations, and optimized title variants.

Instructions

Classify whether a video topic will succeed via Evergreen Search or Viral Browse Feeds.

Provides algorithmic traffic predictions, expected RPM / AdSense monetization multipliers, longevity expectations (3+ years vs 14 days), and optimized title variants for both traffic channels.

Args: topic_or_title: Candidate video title, topic, or draft concept. target_niche: Optional niche context (e.g. 'coding', 'personal finance', 'fitness').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
target_nicheNo
topic_or_titleYes

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.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the transparency burden; it does substantially well by framing the tool as an algorithmic prediction routine with non-mutating outputs. It describes what the tool returns, the input it consumes, and the optional niche context, making the no-side-effect classification nature reasonably clear. It does not discuss determinism, rate limits, or auth, but those are less critical for a read-only classification tool.

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?

Every sentence earns its place: the primary action, the concrete output types, and the two argument definitions. It is compact, front-loaded, and well organized for quick comprehension.

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?

For a tool with only two parameters and an existing output schema, the description is complete. It states what the tool predicts, what it returns, and how to supply the candidate topic and optional niche. No essential prerequisite or return convention is left unexplained.

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?

The input schema has 0% description coverage, but the description compensates fully by defining topic_or_title as a candidate video title, topic, or draft concept, and marking target_niche as optional with concrete examples. This gives an agent everything needed to craft correct inputs.

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 action and resource: classify whether a video topic will succeed, and it names the two target channels: Evergreen Search and Viral Browse. It then lists concrete outputs—traffic predictions, RPM/AdSense multipliers, longevity, title variants—so an agent can distinguish it from siblings such as simulate_title_ctr or predict_retention_dropoffs.

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 intended use is implied: give a topic/title to get a traffic prognosis. However, there is no explicit when-to-use or when-not-to-use statement and no reference to alternative sibling tools, so an agent must infer the routing rather than have it spelled out.

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