get_book_summary
Retrieve the main summary for any book using its ID to quickly understand key insights and content overview without reading the entire book.
Instructions
Get the main summary for a 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"
}