List authors
list_authorsList library authors page by page with their book counts, then use the author ID to fetch a bio or their books.
Instructions
List the library's authors (paginated) with their book counts. Use the returned author id with get_author for a bio or get_author_books for their books.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page (default 1). | |
| size | No | Items per page (default 25). |