get_recently_added
Retrieve recently added movies, TV shows, or music from Plex libraries with optional filtering by library and pagination controls.
Instructions
Get recently added content from Plex libraries
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| library_id | No | Specific library ID to get recent content from (optional, defaults to all libraries) | |
| limit | No | Maximum number of results to return (default: 15) | |
| chunk_size | No | Number of items to return per chunk for pagination (optional) | |
| chunk_offset | No | Offset for pagination, number of items to skip (optional) |