Skip to main content
Glama

youtube_playlist

Read-onlyIdempotent

Playlist items by playlist id.

Bulk support: accepts ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
idsNo
tokenNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the safety profile is covered. The description adds the bulk execution capability and clarifies the return type (playlist items), but it doesn't mention pagination via the 'token' parameter or any other behavioral aspects. This is minimal value beyond annotations.

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 two sentences, front-loaded with the main purpose, and includes the bulk support note. Every word earns its place; there is zero fluff.

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?

Given the tool's simplicity (3 params, no output schema, read-only annotations), the description covers the core purpose but fails to explain the token parameter, which is likely needed for large playlists. It doesn't describe the response format either, which is not covered by an output schema. It's adequate but not thorough.

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

Parameters2/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 compensate. It maps 'id' to playlist id and mentions 'ids' for bulk, but it completely omits the 'token' parameter (likely for pagination). The description provides insufficient detail for all parameters, leaving the token unexplained.

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 clearly states the tool retrieves playlist items given a playlist id, using a specific verb ('Playlist items') and resource ('by playlist id'). It distinguishes from generic tools but doesn't explicitly differentiate from sibling tools like youtube_channel_playlists (which lists playlists of a channel) or youtube_video_related. Still, the purpose is 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 gives clear context: use when you have a playlist id and want its items. It also mentions bulk support with 'ids' for batched execution, which guides when to use the plural parameter. However, it doesn't mention any exclusions or alternatives, so it's not fully explicit about 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.