Get books by author ID
get_books_by_author_idRetrieve all books by a specific Calibre author ID for precise results. Use after finding the author ID with search_authors_by_name.
Instructions
Get all books by a specific Calibre author ID. More precise than searching by name when dealing with authors who have similar names. Use search_authors_by_name to find author IDs first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 50, max: 100). | |
| sortBy | No | Field to sort results by (default: title). | title |
| authorId | Yes | Calibre author ID. Use search_authors_by_name to find author IDs. | |
| ascending | No | Sort in ascending order (default: true). |