get_book_best_reviews
Retrieve top reviews for a specific book by providing its ID, enabling users to explore popular opinions and insights easily within the WeRead MCP Server.
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 |