bookstack_chapters_list
Retrieve and filter chapters from BookStack with pagination and sorting options to organize content within books.
Instructions
List all chapters visible to the authenticated user with pagination and filtering options. Chapters are organizational containers within books.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of chapters to return | |
| offset | No | Number of chapters to skip | |
| sort | No | Sort field | name |
| filter | No | Optional filters to apply |