create_page
Create a new page in a BookStack book or chapter with HTML or Markdown content, tags, and priority settings.
Instructions
Create a new page in BookStack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the page. | |
| html | No | HTML content of the page. Required if markdown is not provided. | |
| markdown | No | Markdown content of the page. Required if html is not provided. | |
| book_id | No | ID of the book to create the page in. Can be used if book_name is not provided. | |
| book_name | No | Name of the book to create the page in. Used if book_id is not provided. | |
| chapter_id | No | ID of the chapter to create the page in. Can be used if chapter_name is not provided. | |
| chapter_name | No | Name of the chapter to create the page in. If used, book_name or book_id must also be provided. | |
| tags | No | Tags to apply to the page. | |
| priority | No | Priority of the page. |