Get Similar Movies
tmdb.movies.similarGet movie recommendations based on a TMDB movie ID by analyzing similar genres, themes, and cast. Input a movie ID to receive a list of related films.
Instructions
Get movie recommendations based on a movie ID — similar genres, themes, cast (TMDB)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | TMDB movie ID to get recommendations for | |
| language | No | ISO 639-1 language code (e.g. "en-US"). Default: en-US | |
| page | No | Page number (1-500, default 1) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |