Find by IMDb id
find_by_imdb_idResolve an IMDb ID to TMDB movie, TV show, or person IDs. Use when you have an IMDb identifier and need the TMDB counterpart for other tools.
Instructions
Resolve an IMDb id (e.g. 'tt0133093') to TMDB entities — returns matching movie, TV and person results. Use when you only have an IMDb id and need the TMDB id for the other tools. Only matches whole movies/shows/people: IMDb also assigns 'tt' ids to individual episodes (verified live, e.g. Breaking Bad's pilot 'tt0959621'), which this tool does not resolve — such an id comes back with every result list empty, indistinguishable from a genuinely unknown id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imdb_id | Yes | IMDb title (tt…) or name (nm…) id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tv_results | Yes | ||
| movie_results | Yes | ||
| person_results | Yes |