Get an author's books
get_author_booksRetrieve paginated book lists for an author by author ID, including series details and EPUB availability.
Instructions
List the books by one author by authorId (from list_authors), paginated. Each item includes series info and whether it has an EPUB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page (default 1). | |
| size | No | Items per page (default 25). | |
| authorId | Yes | The author id (from list_authors). |