create_chapter
Add a new chapter to a BookStack book by specifying the book (ID or name), chapter name, and optional description, tags, or priority.
Instructions
Create a new chapter in BookStack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | No | ID of the parent book. Required if book_name is not provided. | |
| book_name | No | Name of the parent book. Required if book_id is not provided. | |
| name | Yes | Name of the chapter. | |
| description | No | Description of the chapter. | |
| description_html | No | HTML description of the chapter. | |
| tags | No | Tags to apply to the chapter. | |
| priority | No | Priority of the chapter. | |
| default_template_id | No | ID of the default page template for this chapter. |