Skip to main content
Glama

x402vid AI Intelligence & Channel Growth for YouTube Videos

Live Stream Monitor

live_monitor
Read-only

Fetch live-now and upcoming YouTube streams on any topic (trader sentinel).

Live-now streams with concurrent viewers plus upcoming premieres, with a 3-sentence AI brief on which stream matters most. Cron it to flag launches and sentiment shifts before humans finish watching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYesKeyword to monitor (e.g. bitcoin, sneaker drops)
regionNo2-letter region code (default US)US
x_paymentNoBase64 x402 payment payload (required — pass the X-PAYMENT value as an argument over MCP)
num_videosNoStreams per bucket (default 10, max 15)
include_upcomingNoAlso list scheduled premieres (default True)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=false, and destructiveHint=false, so the safety profile is covered. The description adds that the tool surfaces concurrent viewers and an AI brief, but says nothing about the payment/auth requirement implied by x_payment, rate limits, or freshness of the live data, leaving meaningful behavioral context on the table.

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 paragraphs, front-loaded with what is fetched and followed by a concrete value proposition. The promotional tone ('before humans finish watching') and the unexplained '(trader sentinel)' aside are minor padding but the text is efficiently sized.

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 explain return values, and annotations carry safety semantics. The notable gap is that a paid x402 endpoint is never mentioned in the description even though x_payment is effectively needed to call it, and there is no indication of result freshness or region behavior.

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 all five parameters (topic, region, x_payment, num_videos, include_upcoming) are already documented in the schema. The description adds no parameter-level syntax or format detail beyond what the schema provides, so the baseline of 3 is appropriate.

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 names a specific verb (fetch) and resource (live-now and upcoming YouTube streams), plus the added value of a 3-sentence AI brief and concurrent-viewer data. The 'live-now/upcoming' scope implicitly differentiates it from siblings like trending_on_youtube or search_and_rank_videos, but no sibling is explicitly referenced, so it falls just short of a 5.

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 line 'Cron it to flag launches and sentiment shifts' implies a recurring monitoring/monitoring-for-change use case, which is helpful context. However, it gives no explicit when-not guidance and names no alternative tool to use for related needs (e.g. trending_on_youtube for general trending), so usage is only implied.

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