create_book
Create a book in BookStack by providing its name, description, tags, cover image, or default page template.
Instructions
Create a new book in BookStack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the book. | |
| description | No | Description of the book. | |
| description_html | No | HTML description of the book. | |
| tags | No | Tags to apply to the book. | |
| image | No | Base64 encoded image content for the book cover. | |
| default_template_id | No | ID of the default page template for this book. |