Skip to main content
Glama

wizzy-mcp-tmdb

movie_images

Fetch movie posters, backdrops, and logos using TMDB ID to support AI image processing and content enrichment with optional language filtering.

Instructions

Fetches images (posters, backdrops, logos) for a movie. Input: movie_id (required TMDB ID), language (optional ISO 639-1 code), include_image_language (optional comma-separated languages). Output: JSON with image arrays. Purpose: Obtain visual media assets for a movie to support AI-driven image processing or content enrichment.

Input Schema

NameRequiredDescriptionDefault
include_image_languageNoFilter image languages (comma-separated ISO 639-1 codes or 'null')
languageNoISO 639-1 language (e.g., en-US)
movie_idYesTMDB Movie ID

Input Schema (JSON Schema)

{ "properties": { "include_image_language": { "description": "Filter image languages (comma-separated ISO 639-1 codes or 'null')", "type": "string" }, "language": { "description": "ISO 639-1 language (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