discover_movies
List movies from import lists and optional popular, trending, or recommendation feeds, returning TMDB IDs to add directly to Radarr.
Instructions
List movies suggested by the import lists plus, optionally, Radarr's recommended, trending and popular feeds. Returns candidates with tmdbIds for add_movie.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Return at most this many movies | |
| include_popular | No | Include popular movies | |
| include_trending | No | Include trending movies | |
| include_recommendations | No | Include recommendations |