plex_collections
Manage Plex media collections by listing, creating, updating, deleting, and modifying items. Organize cross-library media into thematic groups.
Instructions
Comprehensive collections management tool for Plex Media Server.
PORTMANTEAU PATTERN RATIONALE: Consolidates 7 collection-related operations into a single tool to facilitate the thematic grouping and organization of cross-library media.
Return Format
{"success": bool, "data": dict, "message": str}
Examples
await plex_collections(operation="list") await plex_collections(operation="create", title="My Collection", library_id="lib1")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | List of media item keys. | |
| title | No | Collection title. | |
| summary | No | Collection summary. | |
| operation | Yes | Operation to perform. | |
| library_id | No | Library ID for scoping. | |
| collection_id | No | Collection ID. |