Get trending titles
get_trendingGet what's trending on TMDB for movies, TV, people, or all. Select daily or weekly period to see popular items.
Instructions
Get what's trending on TMDB. media_type selects movies, TV, people, or all; time_window is the trending period (today vs this week). Good for 'what's popular right now'. Each result row carries its own media_type ('movie' | 'tv' | 'person') — check it to route to the right get_* tool, especially when media_type is left at 'all'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number for pagination (TMDB returns up to 20 results per page, max 500). | |
| media_type | No | Which kind of entity to rank. Defaults to 'all'. | |
| time_window | No | Trending period: 'day' or 'week'. Defaults to 'week'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| results | Yes | ||
| total_pages | Yes | ||
| total_results | Yes |