Skip to main content
Glama

Distance to YouTube monetization

check_monetization_progress
Read-onlyIdempotent

Reports how far a channel is from both 2026 Partner Programme tiers — 500 subscribers for fan funding, 1,000 for ad revenue — with the Shorts-views path measured over the last 90 days. Use this when asked whether a channel is close to monetization or what it still needs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelYesA YouTube channel: @handle, channel URL, channel id (UC…), or the channel name.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds behavioral context by specifying the Shorts-views path measured over the last 90 days and the exact tier thresholds, which is useful beyond the annotations. No contradictions.

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 states the function with key details, the second gives a direct usage directive. Every sentence earns its place with no redundancy or 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?

Given the tool's simplicity (one parameter, read-only, robust annotations), the description adequately explains what it reports (progress toward tiers) and the time window. It doesn't spell out the return format, but since there's no output schema, the description covers the essential return content (distance and thresholds) well enough.

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?

The schema has 100% coverage for the single 'channel' parameter, including a clear description of accepted formats. The tool description does not add additional parameter-level semantics beyond what the schema provides, so the baseline score of 3 is appropriate.

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 function with a specific verb ('Reports how far a channel is from') and a resource (YouTube monetization), specifying both tier thresholds (500 subscribers for fan funding, 1,000 for ad revenue). This is sufficiently distinct from sibling tools like audit_youtube_channel, which have broader or different scopes.

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 explicitly says 'Use this when asked whether a channel is close to monetization or what it still needs,' providing clear context for when to invoke this tool. It does not mention alternatives or exclusion criteria, so it stops short of a 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool targets a distinct aspect of YouTube growth: audit gives an overall score, monetization tracks subs/views, patterns analyzes channel-specific performance, brief creates a next-video plan, and ab test suggests title experiments. There is no overlap or ambiguity in their purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (audit, check, get, get, suggest), using clear action words and camelCase separation. The naming is uniform and predictable.

Tool Count5/5

Five tools is well-scoped for a YouTube growth server, covering assessment, progress tracking, pattern analysis, planning, and experimentation without unnecessary bloat or missing essentials.

Completeness4/5

The tool set covers a complete growth workflow: audit status, check monetization, identify patterns, plan next video, and test improvements. A minor gap is the lack of a tool for tracking changes over time or comparing across channels, but the core domain is well covered.

Resources