read_book
Retrieve details of a specific book using its ID or name.
Instructions
Get details of a specific book by ID or name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | No | ID of the book to retrieve. Required if name is not provided. | |
| name | No | Name of the book to retrieve. Required if book_id is not provided. |