Get user reviews
get_reviewsRetrieves user reviews for a movie or TV show, with author, rating, and review text. Specify media type and TMDB ID.
Instructions
Get user reviews for a movie or TV show (author, their rating if the reviewer left one — it can be null, and the review text, clipped to ~1500 characters). 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 (TMDB returns up to 20 results per page, max 500). | |
| media_type | Yes | Media type: 'movie' or 'tv'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| results | Yes | ||
| total_pages | Yes | ||
| total_results | Yes |