Get user reviews
get_reviewsGet user reviews for movies or TV shows with author, rating, and review text. Requires media type and ID from search results.
Instructions
Get user reviews for a movie or TV show (author, their rating, and the review text). Get the id from search_movies/search_tv.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | TMDB numeric id. | |
| page | No | 1-based page number for pagination. | |
| media_type | Yes | Media type: 'movie' or 'tv'. |