mcp-server-tmdb

get_trending

Get trending movies for a time window

Input Schema

NameRequiredDescriptionDefault
timeWindowYesTime window for trending movies

Input Schema (JSON Schema)

{ "properties": { "timeWindow": { "description": "Time window for trending movies", "enum": [ "day", "week" ], "type": "string" } }, "required": [ "timeWindow" ], "type": "object" }