get_recommendations_by_genre_and_rating
Fetch OTT recommendations by specifying a genre and a minimum IMDB rating. Use this to filter movies or series based on your preferred genre and quality threshold.
Instructions
Get OTT recommendations filtered by genre and minimum IMDB rating
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| genre | Yes | Genre of content | |
| minRating | Yes | Minimum IMDB rating (0-10) | |
| contentType | No | Filter by content type: movie, series, or both (default: both) |