Skip to main content
Glama

wizzy-mcp-tmdb

trending_people

Discover currently popular actors, directors, and other entertainment professionals by retrieving trending people data for daily or weekly analysis.

Instructions

Retrieves trending people (actors, directors, etc.). Input: time_window (required: day|week), page (optional), language (optional ISO 639-1). Output: JSON with paginated trending results. Purpose: Discover currently popular people for trend analysis by AI agents.

Input Schema

NameRequiredDescriptionDefault
languageNo
pageNo
time_windowYes

Input Schema (JSON Schema)

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