get_book
Fetch complete book details, including author name, by providing a book ID.
Instructions
Devuelve el detalle completo de un libro por su id.
Returns: El libro con todos sus campos y el nombre del autor, o None si no existe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |