Get TV show details
shows_getFetch a TV show's details and complete episode list using its IMDb ID. Optionally filter by season or omit episodes for a compact response.
Instructions
Fetches details for a single show by IMDb id, including its full episode list. No sign-in required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imdbId | Yes | IMDb id, e.g. tt0306414. | |
| season | No | Return episodes from this season only. | |
| includeEpisodes | No | Include the episode list. Set false for a compact response on long-running shows. |