Find by IMDb id
find_by_imdb_idResolve an IMDb ID (tt or nm) to TMDB movie, TV, and person IDs. Use it when you only have an IMDb ID and need the TMDB ID for other tools; episode IDs aren't resolved.
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 |