create_playlist
Create a new regular playlist on your Plex server by providing a title, type (audio, video, or photo), and an initial item key obtained from search or browse results.
Instructions
Create a new regular playlist on the Plex server. Requires an initial item (item_key parameter) to be created successfully. Smart playlists are not supported due to their complex filter requirements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title/name for the new playlist | |
| type | Yes | The type of playlist to create | |
| item_key | Yes | The key of an initial item to add to the playlist. Required for playlist creation. Get item keys from search_plex or browse_library results. |