Skip to main content
Glama

Plex MCP Server

by djbriane

delete_playlist

Remove a playlist from your Plex Media Server by specifying its key. The tool ensures playlist deletion and returns a success or error message upon completion.

Instructions

Delete a playlist from the Plex server.

Parameters: playlist_key: The key of the playlist to delete.

Returns: A success message if deletion is successful, 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": "delete_playlistArguments", "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