person_details
Retrieve detailed information about actors, directors, and other film professionals from The Movie Database, including biographies, credits, and additional data for content analysis.
Instructions
Retrieves detailed information about a person (actor, director, etc.) from TMDB. Input: person_id (required TMDB ID), language (optional ISO 639-1 code), append (optional comma-separated fields like images,combined_credits,external_ids). Output: JSON with biography, birth/death info, and appended data. Purpose: Get comprehensive person profiles for AI-driven content analysis or recommendations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
append | No | Comma-separated append_to_response (e.g., images,combined_credits,external_ids) | |
language | No | ISO 639-1 code (e.g., en-US) | |
person_id | Yes | TMDB Person ID |