Get Movie Details
tmdb.movies.detailsRetrieve comprehensive movie details including cast, crew, trailers, ratings, streaming providers, budget, and revenue by providing a TMDB movie ID.
Instructions
Get full movie details — cast, crew, trailers, ratings, streaming providers, runtime, budget, revenue (TMDB)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | TMDB movie ID (e.g. 550 for Fight Club, 27205 for Inception) | |
| language | No | ISO 639-1 language code (e.g. "en-US"). Default: en-US |
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. |