Skip to main content
Glama

wizzy-mcp-tmdb

search_tmdb

Search The Movie Database for films, TV series, and actors to find detailed information and content discovery for AI-driven queries.

Instructions

Performs a multi-type search across TMDB for movies, TV shows, and people. Input: query (required search string), page (optional 1-1000), language (optional ISO 639-1), include_adult (optional boolean), region (optional ISO 3166-1). Output: JSON with paginated normalized results (id, media_type, title, date, etc.). Purpose: Enable comprehensive content discovery for AI-driven queries.

Input Schema

NameRequiredDescriptionDefault
include_adultNoInclude adult results
languageNoISO 639-1 code (e.g., en-US)
pageNoPage number (1-1000)
queryYesSearch text query
regionNoISO 3166-1 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 (1-1000)", "minimum": 1, "type": "number" }, "query": { "description": "Search text query", "type": "string" }, "region": { "description": "ISO 3166-1 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