get_episode
Look up details for a specific TV episode using series IMDb ID or title, season, and episode numbers.
Instructions
Look up a specific TV episode.
Provide either imdb_id (preferred) or title to identify the series,
plus season and episode numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | Yes | Season number (1-indexed). | |
| episode | Yes | Episode number within the season. | |
| imdb_id | No | IMDb ID of the series (preferred). | |
| title | No | Series title (used if imdb_id is not provided). | |
| plot | No | "short" (default) or "full". | short |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||