bookstack_pages_create
Create a new page in BookStack with HTML or Markdown content, organizing it within books or chapters for structured documentation.
Instructions
Create a new page with content in HTML or Markdown format
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | No | Parent book ID (required if chapter_id not provided) | |
| chapter_id | No | Parent chapter ID (required if book_id not provided) | |
| name | Yes | Page name (required) | |
| html | No | Page content as HTML (required if markdown not provided) | |
| markdown | No | Page content as Markdown (required if html not provided) | |
| tags | No | Array of tags to assign to the page | |
| priority | No | Page priority for ordering within parent |