Skip to main content
Glama

Server Details

YouTube video search with transcript extraction as first-class output.

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.2/5 across 3 of 3 tools scored.

Server CoherenceB
Disambiguation5/5

Each tool targets a completely different media type: IMDB for movies/TV, podcasts for audio episodes, and YouTube for transcripts. There is no functional overlap between them.

Naming Consistency3/5

The naming convention is mixed: 'imdb_search' uses object-verb, 'search_podcasts' uses verb-object, and 'youtube_transcript' uses noun-noun without a verb. This creates minor inconsistency, though all names are still readable.

Tool Count3/5

With only 3 tools, the server sits at the borderline of being too thin. Each tool is distinct, but the small number feels sparse for a media-oriented server.

Completeness2/5

The server name suggests a YouTube media focus, yet it lacks basic YouTube operations like video search or channel details. The inclusion of IMDB and podcasts is unrelated, leaving significant gaps in the advertised scope.

Available Tools

3 tools
search_podcastsA
Read-only
Inspect

Search for podcast episodes by topic. Args: query: Search query (e.g. 'AI startups') max_results: Max episodes (default 20)

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
max_resultsNo
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds minimal context (topic-based search) and defaults (max_results=20) beyond annotations, but does not disclose rate limits, pagination, or return format. It neither contradicts annotations nor provides rich behavioral detail.

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, starting with a one-sentence purpose statement followed by a structured Args list. Every word earns its place; no fluff or redundant information. It efficiently conveys purpose and parameters.

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 two-parameter search tool with no output schema, the description provides the core purpose and parameter semantics. It does not describe return values or pagination, but the tool's purpose ('Search for podcast episodes') implies a list of results. Given the low complexity and annotation coverage, this is mostly complete, though a note on return structure would improve it.

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

Parameters5/5

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

Schema coverage is 0% (bare properties), but the description explicitly documents both parameters via an Args section: 'query' with an example ('AI startups') and 'max_results' with its default. This fully compensates for the schema's lack of descriptions, providing clear meaning and usage for each parameter.

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 uses a specific verb 'Search' and a clear resource 'podcast episodes', with the qualifier 'by topic'. This distinguishes it from sibling tools like imdb_search (movies) and youtube_transcript (transcripts), making its purpose unambiguous.

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 states it searches podcast episodes, providing clear context for when to use it. However, it does not explicitly mention alternatives or when-not-to-use scenarios. The context is clear, but exclusions or sibling differentiation are missing.

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

youtube_transcriptA
Read-only
Inspect

Extract transcript/subtitles from a YouTube video. Args: video_url: YouTube video URL (e.g. 'https://youtube.com/watch?v=...') language: Language code (default 'en')

ParametersJSON Schema
NameRequiredDescriptionDefault
languageNoen
video_urlYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safe read-only nature is covered. The description adds no extra behavioral context (e.g., rate limits, video availability constraints, or return format). It aligns with the annotation but provides no additional transparency beyond what the annotation already conveys.

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 extremely concise: one clear purpose sentence followed by two brief parameter explanations. It is front-loaded with the key action and resource, and every sentence adds value without redundancy.

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

Completeness2/5

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

The tool has no output schema, so the description should explain the return value. However, it only says 'Extract transcript/subtitles' without specifying the output format (e.g., plain text, timestamped JSON, or whether it returns the full transcript or a portion). This leaves a significant gap for an agent invoking the tool, despite the simplicity of the inputs.

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

Parameters5/5

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

Schema coverage is 0%, so the description fully compensates by explaining both parameters: video_url includes a concrete example URL, and language specifies a default value 'en'. This adds meaning beyond the bare schema definition and would be essential for correct invocation.

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 uses a specific verb 'Extract' with a clear target resource ('transcript/subtitles from a YouTube video'). This distinguishes it from sibling tools like imdb_search and search_podcasts, which are search-oriented and unrelated to video transcripts.

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 clearly implies usage for retrieving YouTube transcripts, but it does not explicitly state when to use this tool vs. alternatives or mention exclusions. Sibling tools are not similar, so there is no explicit comparison, but the intended use case is inferable from the purpose statement.

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