Skip to main content
Glama

wizzy-mcp-tmdb

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

NameRequiredDescriptionDefault
appendNoComma-separated append_to_response (e.g., images,combined_credits,external_ids)
languageNoISO 639-1 code (e.g., en-US)
person_idYesTMDB Person ID

Input Schema (JSON Schema)

{ "properties": { "append": { "description": "Comma-separated append_to_response (e.g., images,combined_credits,external_ids)", "type": "string" }, "language": { "description": "ISO 639-1 code (e.g., en-US)", "type": "string" }, "person_id": { "description": "TMDB Person ID", "type": "number" } }, "required": [ "person_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/drakonkat/wizzy-mcp-tmdb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server