bookstack_chapters_create
Create new chapters in BookStack books by specifying name, description, tags, and priority settings to organize content systematically.
Instructions
Create a new chapter within a book with name, description, tags, and priority settings
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | Parent book ID (required) | |
| name | Yes | Chapter name (required) | |
| description | No | Chapter description in plain text | |
| description_html | No | Chapter description in HTML format | |
| tags | No | Array of tags to assign to the chapter | |
| priority | No | Chapter priority for ordering within book |