get_book_best_reviews
Retrieve popular reviews for a book by providing its ID. Control the number of reviews and pagination to access specific results.
Instructions
Get popular reviews for a specific book
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | Book ID | |
| count | No | Number of reviews to return | |
| max_idx | No | Pagination index | |
| synckey | No | Sync key for pagination |