Get author details
get_authorRetrieve an author's biography and book count using their ID from list_authors.
Instructions
Get one author by authorId (from list_authors), including their biography (description) and book count. Use get_author_books for their books.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| authorId | Yes | The author id (from list_authors). |