Skip to main content
Glama

wizzy-mcp-tmdb

trending_all

Discover trending movies, TV shows, and people by time period to analyze current popularity patterns and generate media recommendations.

Instructions

Retrieves trending content across movies, TV shows, and people. 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 media for trend analysis and recommendations by AI agents.

Input Schema

NameRequiredDescriptionDefault
include_adultNo
languageNo
pageNo
regionNo
time_windowYesTime window

Input Schema (JSON Schema)

{ "properties": { "include_adult": { "type": "boolean" }, "language": { "type": "string" }, "page": { "minimum": 1, "type": "number" }, "region": { "type": "string" }, "time_window": { "description": "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