Skip to main content
Glama

YouTube MCP Server

playlists_getPlaylistItems

Retrieve video items from a YouTube playlist by specifying the playlist ID. Use this tool to gather playlist content details, supporting structured data retrieval for analysis or integration purposes.

Instructions

Get videos in a YouTube playlist

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of results to return
playlistIdYesThe YouTube playlist ID

Input Schema (JSON Schema)

{ "properties": { "maxResults": { "description": "Maximum number of results to return", "type": "number" }, "playlistId": { "description": "The YouTube playlist ID", "type": "string" } }, "required": [ "playlistId" ], "type": "object" }

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/ZubeidHendricks/youtube-mcp-server'

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