Skip to main content
Glama

mcp-server-tmdb

get_trending

Retrieve trending movies based on a specified time window (day or week) using the MCP server integrated with The Movie Database (TMDB) API.

Instructions

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" }

You must be authenticated.

Other Tools from mcp-server-tmdb

Related Tools

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/Laksh-star/mcp-server-tmdb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server