bookstack_books_create
Create new books in BookStack with name, description, tags, and template settings to organize knowledge content.
Instructions
Create a new book with name, description, tags, and template settings
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Book name (required) | |
| description | No | Book description in plain text | |
| description_html | No | Book description in HTML format | |
| tags | No | Array of tags to assign to the book | |
| default_template_id | No | ID of default page template for new pages in this book |