Skip to main content
Glama

youtube_channel_playlists

Read-onlyIdempotent

Channel playlists tab.

Bulk support: accepts ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
idsNo
tokenNo
sort_byNo
forUsernameNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior3/5

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

Annotations already cover read-only, idempotent, and non-restructive; the description adds a small amount of behavioral context by clarifying this specifically exposes the playlist tab and accepts batched ids. It does not add the output or pagination behavior, but the annotation lower the bar.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and the bulk support note is visible, but the first sentence mostly restates the tool name and the entire description is too light to be sufficient. It is concise, but not necessarily effective.

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?

With five optional parameters, no output schema, and no param documentation, this description leaves core aspects of invocation unknown: what is returned, how token and sort_by work, and whether one of id or ids must always be supplied. It is not complete enough for reliable use.

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 needs to compensate, but it only explains that 'ids' supports batched execution. Fields such as token, sort_by, formUsername, and the singular id are left undefined.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the resource ('Channel playlists tab') but does not say what action the tool performs (e.g.fetches/lists/returns). It is distinguishable from sibling tab tools, but the purpose is expressed as a destination rather than an operation.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus youtube_playlist, youtube_channel_videos, or other channel tab tools. The only actionable note is bulk execution support, which is not a selection guideline.

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.