Skip to main content
Glama

youtube.playlist_details

Fetch metadata for a public YouTube playlist by playlist id.

Returns title, description, creator summary, video and view counts, thumbnails, badges, and last updated timestamps.

Cost = 10 tokens.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
playlist_idYesYouTube playlist id (for example PLcirGkCPmbmFeQ1sm4wFciF03D_EroIfr).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statsNoPublic playlist statistics.
titleNoPlaylist title.
authorNoPlaylist creator summary.
badgesNoPlaylist badges when available.
playlistIdNoCanonical YouTube playlist id.
thumbnailsNoPlaylist thumbnail images at different sizes.
descriptionNoPlaylist description.
updatedTimeNoLast update date (ISO 8601).
updatedTimeTextNoHuman-readable last update time.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

No annotations are present, so the description carries full burden. It discloses the operation is a fetch (read) and lists return fields, plus cost in tokens. However, it does not mention error handling, rate limits, or any side effects, though for a read-only metadata tool this is moderately sufficient.

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 plus a cost note, with the primary action and resource specified upfront. No fluff or redundant info.

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 (one parameter), output schema existence, and clear return field listing, the description is nearly complete. It omits explicit error behavior or guidance on non-public playlists, but for a metadata fetch tool this is a minor gap.

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% and the schema already provides a clear example playlist ID. The tool description adds minimal param semantics beyond naming 'playlist id,' which is already covered. Baseline 3 is appropriate.

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 'Fetch metadata for a public YouTube playlist by playlist id,' using a specific verb (fetch) and resource (playlist metadata). This distinguishes it from sibling tools like video_details and channel_details.

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 makes it clear the tool is for retrieving playlist metadata when you have a playlist ID, but does not explicitly mention alternatives or exclusions. The context 'public YouTube playlist' implies when it applies, but no sibling differentiation is stated.

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.