similar_books
Find books similar to a given book using Goodreads' recommendation graph. Returns title, author, rating, and URL.
Instructions
"Readers also enjoyed" — books similar to the given one.
Goodreads' own recommendation graph (hard to reproduce with web search). Each result has book_id/title/author/rating/url so you can chain into get_book or get_reviews. limit capped at 40.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||