Skip to main content
Glama

Plex MCP Server

by djbriane

get_playlist_items

Retrieve items from a specific playlist in Plex using the playlist key. Returns formatted playlist data or an error message for effective media library management.

Instructions

Get the items in a specific playlist.

Parameters: playlist_key: The key of the playlist to retrieve items from.

Returns: A formatted string of playlist items or an error message.

Input Schema

NameRequiredDescriptionDefault
playlist_keyYes

Input Schema (JSON Schema)

{ "properties": { "playlist_key": { "title": "Playlist Key", "type": "string" } }, "required": [ "playlist_key" ], "title": "get_playlist_itemsArguments", "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/djbriane/plex-mcp'

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