Skip to main content
Glama

wizzy-mcp-tmdb

trending_movies

Discover currently popular movies by retrieving trending titles from The Movie Database for daily or weekly trend analysis.

Instructions

Retrieves trending movies. Input: time_window (required: day|week), page (optional), language (optional ISO 639-1), region (optional ISO 3166-1), include_adult (optional boolean). Output: JSON with paginated trending results. Purpose: Discover currently popular movies for trend analysis by AI agents.

Input Schema

NameRequiredDescriptionDefault
include_adultNo
languageNo
pageNo
regionNo
time_windowYes

Input Schema (JSON Schema)

{ "properties": { "include_adult": { "type": "boolean" }, "language": { "type": "string" }, "page": { "minimum": 1, "type": "number" }, "region": { "type": "string" }, "time_window": { "enum": [ "day", "week" ], "type": "string" } }, "required": [ "time_window" ], "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