Skip to main content
Glama

check_growth

Read-only

Whether the signed-in user's own YouTube channel is growing, sliding, or flat, and roughly when it turned, from recent views, watch time, and net subscribers. Call this for growth, momentum, or trajectory: is my channel growing or dying, going up or down, gaining or losing steam, getting better or worse, is this month better than last. ALSO call it for WHY questions about growth: why is my channel not growing, why am I not growing, why has my growth stalled or slowed down, why is my channel stuck. Those need the real direction FIRST, because the premise is often wrong and a snapshot alone contradicts what the trend shows. But the direction alone does not answer WHY: this tool holds no packaging, retention, reach or comment data, so for a why-question also call audit_channel (with ask 'specific') and answer with the direction and the cause together. For the current-state overview use audit_channel; for one video use analyze_video. Needs no input: it reads their real connected YouTube channel directly. Never ask the creator anything first, not for context, not for a link, not for a title you could look up; call it immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Annotations only declare readOnlyHint and openWorldHint; the description adds substantial context beyond that: it requires no input, reads the user's real connected channel, discloses what data it does NOT hold (packaging, retention, reach, comments), and warns that the premise behind a why-question is often wrong. That is rich behavioral guidance an agent could not infer from the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded and well organized (purpose, then usage, then the why-question caveat), but the synonym cascades ('growing or dying, going up or down, gaining or losing steam, getting better or worse') are redundant padding that bloats the text without adding routing value.

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 no-param, read-only, no-output-schema tool, the description covers everything an agent needs: what it returns conceptually (direction and rough turning point), its data limitations, how to combine it with audit_channel for why-questions, and the invocation protocol.

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?

Zero-parameter tool, so the baseline is high; the description goes further by stating explicitly that no input is needed and that it reads the connected YouTube channel directly, resolving any ambiguity about whether the caller must supply a channel ID or link.

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?

States a specific verb+resource (whether the signed-in user's own YouTube channel is growing/sliding/flat, and roughly when it turned) and the inputs it derives that from. It explicitly distinguishes itself from siblings by naming audit_channel for current-state overview and analyze_video for one video.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit when-to-use coverage: growth/momentum/trajectory questions, and also 'why' questions about stalled growth, with the caveat that the direction alone doesn't answer why. It names the complementary tool (audit_channel with ask 'specific') and the alternatives for other intents, plus an explicit 'call it immediately, never ask the creator first' instruction.

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.

Resources