Skip to main content
Glama

channel_playlists

Retrieve YouTube channel playlists by channel ID with filtering options for collections, created playlists, and saved playlists using the Youtube138 MCP Server.

Instructions

Channel Playlists

Query Parameters:

  • id: Channel ID

  • filter: Filter key or token, default: all_collections Keys you can enter: all_collections: Returns playlist collections created_playlists_newest: Returns created playlists (by newest) created_playlists_last_video_added: Returns created playlists (by last video added) saved_playlists: Returns saved playlists or custom collection token

  • cursor: Cursor token

  • hl: Example value: en

  • gl: Example value: US

Responses:

  • 200 (Success): Successful response

    • Content-Type: application/json

Input Schema

NameRequiredDescriptionDefault
idNoChannel ID
filterNoFilter key or token, default: all_collections Keys you can enter: all_collections: Returns playlist collections created_playlists_newest: Returns created playlists (by newest) created_playlists_last_video_added: Returns created playlists (by last video added) saved_playlists: Returns saved playlists or custom collection token
cursorNoCursor token
hlNoExample value: en
glNoExample value: US

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Cursor token", "type": "string" }, "filter": { "description": "Filter key or token, default: all_collections Keys you can enter: all_collections: Returns playlist collections created_playlists_newest: Returns created playlists (by newest) created_playlists_last_video_added: Returns created playlists (by last video added) saved_playlists: Returns saved playlists or custom collection token", "type": "string" }, "gl": { "description": "Example value: US", "type": "string" }, "hl": { "description": "Example value: en", "type": "string" }, "id": { "description": "Channel 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