list_playlists
Browse and view all available playlists on your Plex media server. Filter playlists by type (audio, video, or photo) to quickly find the content you want to access.
Instructions
List all playlists on the Plex server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_type | No | Filter by playlist type (optional) |
Input Schema (JSON Schema)
{
"properties": {
"playlist_type": {
"description": "Filter by playlist type (optional)",
"enum": [
"audio",
"video",
"photo"
],
"type": "string"
}
},
"required": [],
"type": "object"
}