movies_collection
Franchise viewing order: all parts of a saga in release order with runtime each, total runtime, ratings, posters, and (with region) where each part streams. Accepts a film title (resolves its collection) or a TMDB collection id directly - provide only one of query, collection_id, tmdb_id. Use for 'in what order do I watch X' questions. Returns empty with an explanation for standalone films.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media | No | movie or tv (only matters with tmdb_id). | movie |
| query | No | A film title from the saga, e.g. 'godfather'. Use this OR collection_id OR tmdb_id (only one). | |
| region | No | Optional two-letter country code, e.g. US - adds per-part subscription streaming. | |
| tmdb_id | No | Numeric TMDB id of a film in the saga. | |
| language | No | ISO language like en-US or fa-IR. | en-US |
| collection_id | No | Numeric TMDB collection id (see movies_details output). |