get_tv_recommendations
Find TV shows similar to a specific series using TMDB data. Input a show ID to get recommendations based on viewer preferences and viewing patterns.
Instructions
Get TV show recommendations based on a specific show. Returns similar shows that users who liked the given show also enjoyed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tv_id | Yes | TMDB TV show ID to base recommendations on | |
| page | No | Page number for pagination (default: 1) |