Skip to main content
Glama
phillipmex

yt-outlier-mcp

by phillipmex

Find YouTube outlier videos

find_outliers

Identify YouTube videos on small channels that hugely outperform their subscriber base and recent uploads, revealing replicable content formats.

Instructions

Search YouTube for a topic phrase and return videos on small channels that hugely outperform the channel's subscriber base and its own recent uploads — evidence the FORMAT drove the views (replicable by a new channel), not an existing audience. Defaults encode the Icon Method criteria: ≥100K views, channel ≤100K subs, ≥5:1 views:subs, uploaded within the last year. Costs ~110-130 YouTube API quota units per call (free daily quota: 10,000).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesTopic search phrase, e.g. "beginner mistakes sourdough" or "how to win backgammon"
maxSubsNoMaximum channel subscriber count
minRatioNoMinimum views-to-subscribers ratio
minViewsNoMinimum video view count
maxResultsNoMaximum outliers to return
minOutlierFactorNoVideo views must be at least this multiple of the channel's median recent-upload views
publishedWithinDaysNoOnly consider videos uploaded within this many days
Behavior4/5

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

With no annotations, the description carries full behavioral disclosure. It reveals the tool's cost (~110-130 API units), the logic behind defaults, and that it searches by topic. It does not mention output format or auth requirements, but provides sufficient transparency for typical agent use.

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 three sentences long, each with a distinct purpose: purpose + logic, defaults, and cost. It is front-loaded with the most critical information and contains no filler.

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 description explains the tool's purpose and usage well, but lacks details about the output format (e.g., fields returned) and potential pagination or sorting. Given the complexity and no output schema, this is a minor gap but still leaves the agent partially uninformed.

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%, so each parameter is already documented. The description adds little beyond the schema beyond explaining the overall logic and default values (Icon Method). This meets the baseline but does not substantially enrich parameter understanding.

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 tool's purpose: search YouTube for outlier videos on small channels that outperform expectations. It uses specific verbs ('Search') and resources ('YouTube videos'), and the logic of format-driven vs. audience-driven success distinguishes it from sibling tools like get_comment_signal or get_video_structure.

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 explains when to use the tool (to find replicable format-driven outliers) and provides clear context (Icon Method criteria). However, it does not explicitly state when not to use it or compare with sibling tools, leaving the agent to infer from context.

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/phillipmex/yt-outlier-mcp'

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