Get TV season
get_tv_seasonRetrieve a TV season's details including episode list, air dates, runtimes, and ratings, using TMDB ID and season number (0 for specials).
Instructions
Get one season of a TV show (by show id + season number): overview and the episode list with air dates, runtimes and ratings, capped at 50 episodes (episode_count reports the true total). Season 0 is usually specials, which can run to hundreds of bonus clips on a long-running show. Use get_tv with expand_episodes=true instead if you need every season's episodes in one call. Get the show id from search_tv.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | TMDB numeric id. | |
| season_number | Yes | Season number (0 = specials). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| air_date | Yes | ||
| episodes | Yes | ||
| overview | Yes | ||
| poster_url | Yes | ||
| episode_count | Yes | ||
| season_number | Yes |