tmdb_person
Retrieve a TMDB person by ID to get biography, birth date, photo, and movie/TV credits. Returns normalized JSON with no credentials needed, making celebrity data straightforward to access.
Instructions
Get a TMDB person. Returns a normalized TMDB person: biography, birth date, photo, and filmography (movie and TV credits). Credential-free public TMDB data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | TMDB person id | |
| limit | No | Max filmography credits, default 10, max 20 |