create_shelf
Create a new shelf in BookStack to organize books. Specify name, description, books, tags, and cover image.
Instructions
Create a new shelf in BookStack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the shelf. | |
| description | No | Description of the shelf. | |
| description_html | No | HTML description of the shelf. | |
| books | No | Array of book IDs to add to the shelf. | |
| tags | No | Tags to apply to the shelf. | |
| image | No | Base64 encoded image content for the shelf cover. |