Get Trending Movies & TV
tmdb.movies.trendingRetrieve trending movies, TV shows, or people from TMDB by specifying type, time window, language, and page number.
Instructions
Get trending movies, TV shows, or people — daily or weekly (TMDB)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Content type: "movie", "tv", "person", or "all" (default "movie") | |
| window | No | Time window: "day" or "week" (default "week") | |
| language | No | ISO 639-1 language code (e.g. "en-US"). Default: en-US | |
| page | No | Page number (1-500, default 1) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |