Skip to main content
Glama
iamkw0n
by iamkw0n

get_playlist_items

Retrieves the list of videos in a YouTube playlist by providing the playlist ID or URL. Supports pagination and custom result limits.

Instructions

재생목록에 포함된 동영상 목록을 조회합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
playlistIdOrUrlYes재생목록 ID (PL...) 또는 YouTube 재생목록 URL
maxResultsNo최대 결과 수
pageTokenNo다음 페이지 토큰
Behavior2/5

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

No annotations are provided, and the description only states 'retrieves list' without disclosing behavioral traits such as read-only nature, pagination support, or authentication requirements. Important details like maxResults limit (50) and pageToken mechanics are omitted.

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

Conciseness4/5

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

A single, front-loaded sentence efficiently conveys the core action with no wasted words. However, it may be too brief for a tool with multiple parameters and no output schema.

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?

Given the absence of annotations and output schema, the description is insufficient. It doesn't explain pagination, behavior of maxResults, or what the response contains. For a read tool with 3 parameters, more context is needed.

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%, so the schema already documents all parameters. The description adds no additional meaning beyond what the schema provides; it doesn't explain the format of playlistIdOrUrl or how pagination works.

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 verb '조회합니다' (retrieves) and the resource '재생목록에 포함된 동영상 목록' (list of videos in playlist), distinguishing it from siblings like get_playlist (playlist metadata) and get_channel_videos (channel videos).

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 explicit guidance on when to use this tool versus alternatives like get_playlist or get_video. The description lacks context about prerequisites, scenarios, or exclusions.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iamkw0n/youtube-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server