Skip to main content
Glama

x402vid AI Intelligence & Channel Growth for YouTube Videos

Comment Intelligence

analyze_comments
Read-only

Fetch and mine any YouTube video's comments: questions, sentiment, content gaps.

Samples top comments and mines audience questions, sentiment, and the video ideas viewers are begging for.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_urlNoYouTube video URL or video ID
x_paymentNoBase64 x402 payment payload (required — pass the X-PAYMENT value as an argument over MCP)
max_commentsNoComments to sample (default 50, max 100)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.4/5.0
Behavior4/5

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

The annotations already cover read-only, open-world, non-idempotent, and non-destructive behavior. The description adds useful behavioral context beyond annotations: it samples top comments rather than exhaustively retrieving all comments, and it mines specific insight types. It does not describe payment requirements, though the schema does.

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?

The two sentences are short and front-loaded, but the second sentence largely repeats the first: 'audience questions, sentiment, and the video ideas viewers are begging for' restates 'questions, sentiment, content gaps.' Only the sampling detail in the second sentence adds new information.

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 100% schema coverage, an output schema, and annotations covering safety, the description provides enough to understand the tool's core function and the fact that comments are sampled. It could be stronger on when to choose it over sibling analysis tools, but nothing essential for invocation is missing.

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 description coverage is 100%, so the schema already documents video_url, x_payment, and max_comments. The description's mention of sampling top comments loosely connects to max_comments, but it adds no syntax, format, or boundary details beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: fetching and mining a YouTube video's comments. It clearly names the outputs (questions, sentiment, content gaps), making the tool's role distinct, but it does not explicitly differentiate itself from related siblings such as get_video_intelligence or analyze_youtube_topic.

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

Usage Guidelines2/5

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

There is no explicit when-to-use guidance, no when-not-to-use conditions, and no alternatives named. The agent can infer that it is for comment analysis, but the description does not route between this tool and similar analysis siblings.

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