get_library_items
Retrieve paginated lists of media items from a Plex library by specifying library key and media type. Control result size and offset to navigate large collections.
Instructions
List items in a library with pagination (useful for large libraries)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| libraryKey | Yes | Library section key | |
| 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) | |
| sort | No | Sort order (optional, e.g., titleSort:asc) |