get_movie_details
Retrieve detailed information about a movie by providing its TMDB ID. Includes metadata like title, overview, release date, and more.
Instructions
Get detailed information about a specific movie by its ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| movieId | Yes | The ID of the movie | |
| language | No | Language code (e.g. 'en-US', 'zh-CN') |