Skip to main content
Glama

wizzy-mcp-tmdb

movie_credits

Fetch cast and crew credits for any movie using its TMDB ID to support movie analysis and AI-powered recommendations.

Instructions

Fetches cast and crew credits for a movie. Input: movie_id (required TMDB ID), language (optional ISO 639-1 code). Output: JSON with cast and crew details. Purpose: Retrieve detailed personnel information for movie analysis and recommendations by AI agents.

Input Schema

NameRequiredDescriptionDefault
languageNoISO 639-1 code (e.g., en-US)
movie_idYesTMDB Movie ID

Input Schema (JSON Schema)

{ "properties": { "language": { "description": "ISO 639-1 code (e.g., en-US)", "type": "string" }, "movie_id": { "description": "TMDB Movie ID", "type": "number" } }, "required": [ "movie_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