get_library_items
Fetch a paginated list of Plex library items with optional media type filtering and sorting to manage large collections.
Instructions
List items in a library with pagination (useful for large libraries)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (optional, e.g., titleSort:asc) | |
| type | No | Media type (movie, show, episode, artist, album, track) | |
| limit | No | Number of items to return (default: 1000) | |
| offset | No | Zero-based offset for pagination (default: 0) | |
| libraryKey | Yes | Library section key |