get_author_books
Find all books written by a given author, ordered by popularity. Supports pagination to browse larger collections.
Instructions
Get books written by a specific author, ordered by popularity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20) | |
| offset | No | Pagination offset (default 0) | |
| author_id | Yes | Author ID |