Skip to main content
Glama

playlist_videos

Retrieve videos from a YouTube playlist by providing the playlist ID, with optional pagination and localization parameters.

Instructions

Playlist Videos

Query Parameters:

  • id: Playlist ID

  • cursor: Cursor token

  • hl: Example value: en

  • gl: Example value: US

Responses:

  • 200 (Success): Successful response

    • Content-Type: application/json

Input Schema

NameRequiredDescriptionDefault
idNoPlaylist ID
cursorNoCursor token
hlNoExample value: en
glNoExample value: US

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Cursor token", "type": "string" }, "gl": { "description": "Example value: US", "type": "string" }, "hl": { "description": "Example value: en", "type": "string" }, "id": { "description": "Playlist ID", "type": "string" } }, "required": [], "type": "object" }

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/BACH-AI-Tools/bachai-youtube138'

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