Get person details
get_personRetrieves a person's biographical details, birth/death dates, department, and TMDB+IMDb links using their TMDB ID.
Instructions
Get full details for one person by TMDB id: biography, birthday/deathday, department, and links (TMDB + IMDb). Does not include filmography — use get_person_credits for that. Get the id from search_people or a credits list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | TMDB numeric id. | |
| language | No | Override the response language (ISO-639-1, optionally with a region), e.g. 'ru-RU' or 'en-US'. Localizes titles/overviews/genre names. Defaults to the server's TMDB_LANGUAGE. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| gender | Yes | ||
| imdb_id | Yes | ||
| birthday | Yes | ||
| deathday | Yes | ||
| homepage | Yes | ||
| imdb_url | Yes | ||
| tmdb_url | Yes | ||
| biography | Yes | ||
| popularity | Yes | ||
| profile_url | Yes | ||
| also_known_as | Yes | ||
| place_of_birth | Yes | ||
| known_for_department | Yes |