browse_collection
Browse media within a specific Plex collection. Use collection ID to retrieve items, with options for sorting, pagination, and limiting results.
Instructions
Browse content within a specific collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | The collection ID (ratingKey) to browse | |
| sort | No | Sort order (default: titleSort) | titleSort |
| limit | No | Maximum number of results to return (default: 20) | |
| offset | No | Number of results to skip (for pagination, default: 0) |