get_book_details
Retrieve comprehensive book information including summaries and chapter breakdowns by providing a book ID. Access detailed insights from business, self-help, and educational books.
Instructions
Get detailed information about a specific book
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"book_id": {
"title": "Book Id",
"type": "string"
}
},
"required": [
"book_id"
],
"type": "object"
}