Skip to main content
Glama

add_to_playlist

Add media items to an existing Plex playlist by specifying the playlist ID and item keys to expand your curated collections.

Instructions

Add items to an existing playlist

Input Schema

NameRequiredDescriptionDefault
playlist_idYesThe playlist ID (ratingKey) to add items to
item_keysYesArray of item keys (ratingKey) to add to the playlist

Input Schema (JSON Schema)

{ "properties": { "item_keys": { "description": "Array of item keys (ratingKey) to add to the playlist", "items": { "type": "string" }, "type": "array" }, "playlist_id": { "description": "The playlist ID (ratingKey) to add items to", "type": "string" } }, "required": [ "playlist_id", "item_keys" ], "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/vyb1ng/plex-mcp'

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