Skip to main content
Glama

x402vid AI Intelligence & Channel Growth for YouTube Videos

Multi-Video Research Report

analyze_youtube_topic
Read-only

Fetch top videos on any YouTube topic with a multi-video AI research report.

Searches for the top videos on a topic, downloads 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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnly=true, destructive=false, openWorld=true, so the safety profile is covered; the description usefully adds that the tool downloads transcripts and runs an external model (Muse Spark 1.3), a multi-step, non-instant behavior. It omits the x402 payment/credits requirement implied by the x_payment parameter, which is a meaningful calling cost the agent should know about.

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

Conciseness4/5

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

Two short sentences, front-loaded with the core action and outcome, with no padding. There is mild redundancy between 'Fetch top videos... with a multi-video AI research report' and 'Searches for the top videos on a topic', but it stays tight.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema present, the description need not enumerate return fields (it does anyway), so return documentation is a bonus rather than a gap. The missing piece is the payment/authentication reality of the x402 flow, which the agent needs to successfully invoke the 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?

Schema description coverage is 100% (topic, video count with default/max, payment payload), so the schema already carries parameter meaning. The description adds nothing beyond it, which meets the baseline 3 for a fully documented 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 pipeline (search, download transcripts, cross-video analysis) and a concrete resource (top videos on a YouTube topic), producing a named artifact (research-grade report). It does not, however, contrast itself against the several overlapping siblings such as search_and_rank_videos, get_video_intelligence, batch_transcripts, or niche_research.

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?

The phrase 'multi-video research report' implies the use case, but there is no explicit when-to-use, when-not-to-use, or named alternative. An agent facing 21 siblings with adjacent capabilities gets no routing signal from this text.

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