Skip to main content
Glama

YouTube Video Summarizer (pay-per-call)

Server Details

Summarize YouTube videos or fetch transcripts. Pay-per-call via x402 (USDC on Base), no account.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: fetching transcripts, listing new channel videos, and summarizing videos. The descriptions clearly differentiate them with no overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: get_youtube_transcript, list_new_channel_videos, summarize_youtube_video. No mixing of conventions.

Tool Count5/5

Three tools cover the core capabilities needed for a video summarizer: transcript retrieval, channel monitoring, and summarization. The count is well-scoped and not excessive.

Completeness5/5

The tool set fully covers the stated purpose: obtaining transcript data, monitoring for new videos, and generating summaries. No obvious gaps for the intended use case.

Available Tools

3 tools
get_youtube_transcriptAInspect

Fetch the raw transcript text of a YouTube video (no model run — the cheaper SKU), in any of 100+ languages (language param, BCP-47). Pay-per-call via x402 (USDC on Base), no account. A video without captions returns an error and is not charged.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
languageNoen
Behavior4/5

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

With no annotations, the description discloses key behaviors: no model run (cheaper), pay-per-call via x402, no account needed, and no charge on error. It could additionally mention the output format (raw text), but is largely transparent.

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?

Three sentences, front-loaded with the primary purpose, then payment details, then error handling. No wasted words, each sentence adds distinct value.

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?

For a simple 2-parameter tool with no output schema, the description covers purpose, parameters, error handling, and pricing. Missing explicit output format detail (e.g., raw plain text) but is largely complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description adds meaning: url is the video link, language is BCP-47 with default 'en', supporting 100+ languages. This compensates for the lack of schema descriptions.

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 the tool fetches raw transcript text of a YouTube video and explicitly notes it is the 'cheaper SKU' without a model run, distinguishing it from sibling tools like summarize_youtube_video.

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

Usage Guidelines4/5

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

The description explains when to use (fetching transcript, cheaper option) and mentions error handling (no captions returns error without charge). It implicitly differentiates from siblings but does not explicitly state when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_new_channel_videosAInspect

New videos on a YouTube channel since your last poll — stateless channel monitoring, no accounts or webhooks. Pass a channel URL, @handle, or channel id, plus an optional cursor (since_video_id or since, an ISO 8601 timezone-aware timestamp) from your last call. Returns new video ids/titles/publish times, newest first, plus newest_video_id to use as your next cursor. Pay-per-call via x402 (USDC on Base), no account or API key. An unresolvable channel or a naive since timestamp returns an error and is not charged.

ParametersJSON Schema
NameRequiredDescriptionDefault
sinceNo
channelYes
since_video_idNo
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses pay-per-call via x402, no account/API key, and that unresolved channels or naive timestamps return errors without charge. This provides critical behavioral context beyond basic functionality.

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 a single, well-structured paragraph that front-loads the purpose and efficiently covers usage, return values, pricing, and error handling. Every sentence adds value with no wasted words.

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

Completeness5/5

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

Given no output schema, the description explains return fields (new videos ids/titles/times) and pagination cursor. It addresses pricing and error states, making it complete for a tool of this complexity without needing additional context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so description compensates by explaining the three parameters: channel (required), since (ISO 8601 timestamp), and since_video_id (optional cursor). It clarifies their usage and mentions the output new_video_id for pagination, adding meaning beyond the bare schema.

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 the tool lists new videos on a YouTube channel since last poll, with a specific verb ('list') and resource ('new channel videos'). It distinguishes from sibling tools like get_youtube_transcript and summarize_youtube_video, which serve different functions.

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

Usage Guidelines4/5

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

The description explains when to use the tool (pass channel URL/@handle/id, optional cursor) and how to paginate with new_video_id. It notes error conditions and pricing but lacks explicit alternatives or when-not-to-use guidance, though siblings are clearly different.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

summarize_youtube_videoAInspect

Summarize a YouTube video with Claude and return the summary text, in any of 100+ output languages (language param, BCP-47). Pay-per-call via x402 (USDC on Base) — no account or API key. Cheaper than pulling the full transcript into your own context. A bad URL or a video without captions returns an error and is not charged.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
languageNoen
Behavior4/5

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

With no annotations, the description carries full burden. It discloses pay-per-call via x402, no account/API key needed, error handling (no charge for failures), and language support. It omits idempotency or caching behavior, but the key behavioral traits are covered.

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 concise (4 sentences), front-loaded with the primary purpose, and each sentence adds unique value: summarization action, payment model, cost comparison, and error handling. No redundant or extraneous 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?

Given the tool's simplicity (2 params, no output schema), the description covers payment, error handling, language support, and differentiation from siblings. Missing details about return format (e.g., plain text or structured) and synchronous nature, but overall reasonably complete for agent usage.

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 0%, so the description must add meaning. It explains that language uses BCP-47 format and supports 100+ languages, and implies url is a YouTube video URL. However, it does not specify whether url should be full URL or just video ID, leaving ambiguity. The description partially compensates for the lack of schema descriptions.

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 the tool summarizes a YouTube video using Claude and returns summary text in multiple languages, distinguishing it from sibling tools like get_youtube_transcript (which returns raw transcript) and list_new_channel_videos (listing metadata).

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

Usage Guidelines4/5

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

The description provides context on when to use this tool: it's cheaper than fetching a transcript separately, and it highlights failure cases (bad URL or no captions) that result in no charge. However, it does not explicitly list scenarios where alternatives would be better (e.g., if full control over summarization or offline processing is needed).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources