search_shows
Search for TV shows and movies on MyShows using queries, optional year filters, and pagination to find specific content.
Instructions
Searches for TV shows/movies on MyShows by a query and optional year. :param query: The search query string. :param year: Optional year to filter the search results. :param page: The page number to retrieve (default is 0). :return: A dictionary containing the search results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| year | No | ||
| page | No |