Skip to main content
Glama

check_discoverability

Read-only

Diagnose how the signed-in user's own YouTube channel gets FOUND, and whether new people are finding it at all. Returns whether their views come from people who already subscribe or from new viewers discovering them, through which door people arrive (search, suggested, browse, external), and the actual searches already bringing them viewers, with the one thing to change to get discovered more. Call this for reach and discovery, however phrased: why am I not getting discovered or found, how do I get found or rank in search, why isn't the algorithm pushing / recommending / suggesting my videos, how do I reach new people or grow beyond my current subscribers, am I only reaching people who already follow me, what searches or keywords bring people to my videos, how do people find me, where does my traffic come from, how do I get more reach or discovery. Pass video (a title or part of one) to zoom into ONE upload and diagnose whether THAT video's problem is reach (few people find it) or conversion (people find it but do not subscribe), through which door it is found, and the searches that found it: use this when the user asks why a SPECIFIC video is not getting found, discovered, recommended, or reaching new people, or whether a video's problem is reach or getting subscribers. Always the user's own channel. For WHO the audience is (age, gender, location), use analyze_audience; for a single video's overall performance, why it flopped, or where viewers dropped off, use analyze_video; for the ranked list of videos to fix, use diagnose_channel. 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
titleNo
videoNoOptional: a specific upload to diagnose the reach-vs-conversion of, given as its title or part of it, or 'latest' for the most recent upload. Omit entirely for the whole channel

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, so safety is covered. The description adds real behavioral context: it reads the connected channel directly, needs no input, and should be invoked without asking the creator anything. It also previews what the diagnosis returns (view source, arrival door, actual searches, one change to make).

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?

Purpose is front-loaded, but the body is a single dense block that exhaustively lists near-duplicate user phrasings ('why am I not getting discovered or found, how do I get found or rank...' etc.). The routing value is real, yet the enumeration is longer than it needs to be and the trailing imperative adds bulk.

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?

With no output schema, the description carries the return-value burden and does so by naming the diagnosis dimensions. For a zero-required-param read tool it is nearly complete; the undocumented `title` parameter is the only unresolved gap.

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

Parameters4/5

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

Schema coverage is 50%, with `video` documented in both schema and description (title/fragment/'latest', omit for whole channel, reach-vs-conversion framing). The description enriches `video` with the reach-vs-conversion purpose and the 'specific video' trigger, but the `title` parameter remains undocumented in either place.

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 (Diagnose how...gets FOUND) and a scoped resource (the signed-in user's own channel), and explicitly distinguishes itself from analyze_audience, analyze_video, and diagnose_channel. An agent can identify the tool's job without opening the schema.

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?

Names alternatives and the exact condition that selects each ('For WHO the audience is... use analyze_audience; for a single video's overall performance... use analyze_video; for the ranked list... use diagnose_channel'). It also enumerates the user phrasings that should route here, leaving little to inference.

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