get_library_items
Retrieve library items with pagination to manage large collections. Specify library key, optional media type, sort, limit, and offset.
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 |