bookstack_books_list
Retrieve all books accessible to the user with pagination, sorting, and filtering options to manage BookStack content hierarchy.
Instructions
List all books visible to the authenticated user with pagination and filtering options. Books are the top-level containers in BookStack hierarchy.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of books to return | |
| offset | No | Number of books to skip | |
| sort | No | Sort field | name |
| filter | No | Optional filters to apply |