compare_books
Compare 2-10 books side by side by average rating and rating distribution, returning a best-to-worst ranking with positive and critical rating percentages to reveal divisiveness.
Instructions
Compare several books side by side by rating and rating distribution.
Fetches each book and returns them ranked best-to-worst by average rating, with the ratings_histogram plus 'pct_positive' (share of 4-5 star) and 'pct_critical' (share of 1-2 star) so you can judge not just the average but how divisive each book is. Pass 2-10 book ids (from search_books etc.); more than 10 is refused rather than silently trimmed, so split the call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||