radarr_get_movies
Retrieve movies from your Radarr library with optional pagination and title filtering. Set a limit, offset, or search query to get specific results.
Instructions
Get movies from Radarr library with optional pagination and title filtering. Defaults to limit=25 to avoid very large responses. Use offset to fetch additional pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of movies to return (default: 25, max: 100) | |
| offset | No | Number of movies to skip before returning results (default: 0) | |
| search | No | Optional case-insensitive title filter |