Skip to main content
Glama

x402vid AI Intelligence & Channel Growth for YouTube Videos

Video Intelligence Report

get_video_intelligence
Read-only

Fetch any YouTube video transcript and AI-analyze it.

Downloads the full transcript using caption data, then runs it through Muse Spark 1.3 to produce a structured intelligence report: executive summary, key insights, notable quotes, topics covered, sentiment, and actionable takeaways.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_urlNoYouTube video URL or video ID (preferred)
x_paymentNoBase64 x402 payment payload (required — pass the X-PAYMENT value as an argument over MCP)
video_url_or_titleNoAlias for video_url (accepted for compatibility)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations cover readOnly, non-destructive, and open-world hints. The description adds valuable context beyond that: it reveals the underlying pipeline (caption data download + Muse Spark 1.3 model) and the report structure, which helps set expectations. It stops short of disclosing rate limits, latency, or failure modes.

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 tight sentences: the first front-loads the core action, the second details the pipeline and output. No fluff, though the second sentence's list is slightly crammed.

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 an output schema exists, the description need not explain return values — and it doesn't, but it does summarize the report contents, which is a nice touch. For a read-only, idempotent-annotated tool, the description is nearly complete, only missing guidance on the required x_payment parameter's role in the calling flow.

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 coverage is 100%, and the schema already documents video_url (preferred), video_url_or_title (alias), and x_payment (required). The description adds no parameter-level detail, so the baseline 3 applies when the schema does the heavy lifting.

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 (fetch transcript + AI-analyze) and resource (YouTube video), and enumerates the exact output sections. It clearly distinguishes itself from siblings like transcript_text and transcript_markdown by emphasizing the AI-generated intelligence report rather than raw transcript delivery.

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 usage (when you want an analyzed report vs a raw transcript) but never explicitly states when to choose this over transcript_text, transcript_markdown, or analyze_youtube_topic. No exclusions or prerequisites are given.

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