list_movies
List movies in the library with optional filters for search, tag, monitoring status, file presence, or quality profile. Returns a compact summary including id, title, year, and status to quickly assess your collection.
Instructions
List movies in the library as a compact summary (id, title, year, tmdbId, monitored, hasFile, status, quality, path, tags). Use get_movie for the full record. Filters are applied client-side because Radarr returns the whole library in one response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Return at most this many movies | |
| search | No | Case-insensitive substring matched against title and original title | |
| tag_id | No | Only movies carrying this tag id | |
| has_file | No | Only movies with a file on disk (true) or missing (false) | |
| monitored | No | Only monitored (true) or unmonitored (false) | |
| quality_profile_id | No | Only movies on this quality profile |