Skip to main content
Glama

wizzy-mcp-tmdb

search_tmdb_person

Search for actors, directors, and other film professionals in The Movie Database to support cast and crew analysis for AI agents.

Instructions

Searches for people (actors, directors, etc.) in TMDB. Input: query (required search string), page (optional), language (optional ISO 639-1), include_adult (optional boolean), region (optional ISO 3166-1). Output: JSON with paginated person results. Purpose: Discover individuals for cast/crew analysis by AI agents.

Input Schema

NameRequiredDescriptionDefault
include_adultNoInclude adult results
languageNoISO 639-1 code (e.g., en-US)
pageNoPage number
queryYesSearch query for people
regionNoISO 3166-1 region code (e.g., US)

Input Schema (JSON Schema)

{ "properties": { "include_adult": { "description": "Include adult results", "type": "boolean" }, "language": { "description": "ISO 639-1 code (e.g., en-US)", "type": "string" }, "page": { "description": "Page number", "minimum": 1, "type": "number" }, "query": { "description": "Search query for people", "type": "string" }, "region": { "description": "ISO 3166-1 region code (e.g., US)", "type": "string" } }, "required": [ "query" ], "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