list_chapters
List chapters in a BookStack knowledge base, with pagination, sorting, and filtering options to find specific content.
Instructions
List all chapters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of chapters per page (Default: 100, Max: 500). | |
| offset | No | Number of chapters to skip (Default: 0). | |
| sort | No | Field to sort by (e.g., +name, -created_at). | |
| filter | No | Filter object (e.g., {"name:like": "%guide%"}). |