Get movie recommendations
get_movie_recommendationsRetrieve movie recommendations similar to a given TMDB movie ID. Use after searching movies to find related titles.
Instructions
Get movies TMDB recommends as similar to the given movie id. Get the id from search_movies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | TMDB numeric id. | |
| page | No | 1-based page number for pagination. |