Skip to main content
Glama

x402vid AI Intelligence & Channel Growth for YouTube Videos

Analyze Youtube Topic

analyze_youtube_topic

Multi-video AI research report on any YouTube topic.

Searches for the top videos on a topic, fetches their transcripts, and runs a comprehensive cross-video analysis through Muse Spark 1.3. Returns a research-grade report with synthesis, contrasting viewpoints, knowledge gaps, and recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x_paymentNoBase64 x402 payment payload (required — pass the X-PAYMENT value as an argument over MCP)
num_videosNoNumber of videos to analyze (default 3, max 5)
search_termYesTopic to research across multiple videos

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotenceHint=true, so the safety profile is covered. The description adds useful behavioral context by explaining the internal workflow (searching, fetching transcripts, running analysis) and the nature of the returned report, going beyond what annotations provide. It does not mention the required x_payment, but that is documented in the schema.

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 compact and well-structured: the first sentence gives the core purpose, and the following sentences elaborate on the process and deliverables. Every sentence carries meaningful information, and there is no redundant or filler content.

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 output format in enough detail to compensate for the lack of an output schema, and it covers the overall process from search to analysis. It lacks explicit comparison to sibling tools and does not mention payment/cost, but the schema covers the x_payment parameter. Overall, it is sufficiently complete for a read-only research tool.

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 input schema provides complete descriptions for all three parameters, including defaults, max, and the required x_payment payload. Schema coverage is 100%, so the description does not need to add param-level detail. The description adds only marginal context about videos being top-ranked, which is not directly parameter-specific.

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 what the tool does: produces a multi-video AI research report on a topic. It details the pipeline (search, transcripts, cross-video analysis via Muse Spark 1.3) and explicitly names the report contents, which distinguishes it from sibling tools focused on single-video intelligence or channel growth.

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

Usage Guidelines3/5

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

The description implies when to use the tool (when you want a cross-video research report on a topic), but it does not explicitly state when to prefer alternatives like search_and_rank_videos or get_video_intelligence. No when-not-to-use conditions or exclusions are provided, leaving the guidance at an implied level.

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.1/5.0
Disambiguation4/5

Each tool targets a distinct YouTube-related workflow: topic research, single-video intelligence, channel audit, search ranking, raw transcript, preview, and health check. A minor point of possible confusion exists between analyze_youtube_topic and search_and_rank_videos because both return curated video results, and video_preview overlaps lightly with get_video_intelligence, but the descriptions clarify the boundary.

Naming Consistency3/5

All names use lowercase snake_case, but the pattern is mixed: analyze_youtube_topic, get_video_intelligence, and search_and_rank_videos are verb-first, while health_check, transcript_markdown, and video_preview are noun phrases. grow_channel_report is awkward as a verb phrase and would be clearer as get_channel_growth_report.

Tool Count5/5

Seven tools is well-scoped for the server's purpose: research, video intelligence, channel growth, search ranking, transcript access, preview, and health check. Each tool has a clear role without redundancy or bloat.

Completeness4/5

The core workflows are covered: finding and ranking videos, analyzing single or multiple videos, pulling raw transcripts, and auditing a channel's growth opportunity. Minor gaps exist around more granular channel analytics or metadata-only lookups, but agents can work around them with the provided tools.

Resources