goodreads_author_books
Retrieve any author's book list from Goodreads using their author ID. Get paginated results with titles, ratings, and rating counts from public data without needing credentials.
Instructions
List a Goodreads author's books. Returns an author's paginated works list (title, author, average rating, ratings count). Credential-free public Goodreads data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Goodreads author id | |
| page | No | 1-based page number, default 1 |