search_tv_shows
Find TV shows by name to get basic details like title, air date, overview, and rating from The Movie Database.
Instructions
Search for TV shows by name. Returns a list of TV shows matching the search query with basic information like name, first air date, overview, and rating.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | TV show name to search for | |
| page | No | Page number for paginated results (default: 1) |