get_author
Retrieve an author's details and books using their Hardcover ID, slug, or name.
Instructions
Get an author's details and books by Hardcover ID, slug, or name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Hardcover author ID. | |
| slug | No | Author slug (e.g. 'brandon-sanderson'). | |
| name | No | Author name (e.g. 'Brandon Sanderson'). | |
| books_limit | No | Max books to return (default 20, max 100). |