get_season
Retrieve all episodes for a specific season of a TV series using IMDb ID or title. Provide the season number to get the episode list.
Instructions
List all episodes in a given season of a series.
Provide either imdb_id (preferred) or title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | Yes | Season number (1-indexed). | |
| imdb_id | No | IMDb ID of the series (preferred). | |
| title | No | Series title (used if imdb_id is not provided). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||