get_table_of_contents
Retrieve chapter descriptions and structure for any book in the LibraLM library to quickly understand content organization and key topics.
Instructions
Get the table of contents for a book with chapter descriptions
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"
}