bookstack_shelves_create
Create a new bookshelf in BookStack to organize books by adding name, description, tags, and associated books.
Instructions
Create a new bookshelf with name, description, and tags
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Shelf name (required) | |
| description | No | Shelf description in plain text | |
| description_html | No | Shelf description in HTML format | |
| tags | No | Array of tags to assign to the shelf | |
| books | No | Array of book IDs to add to the shelf |