bookstack_shelves_update
Modify a bookshelf's name, description, tags, or book collection in BookStack to keep organizational structures current and accurate.
Instructions
Update a bookshelf's details including name, description, tags, and book collection
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Shelf ID to update | |
| name | No | New shelf name | |
| description | No | New shelf description in plain text | |
| description_html | No | New shelf description in HTML format | |
| tags | No | New tags to assign to the shelf (replaces existing tags) | |
| books | No | New array of book IDs for the shelf (replaces existing books) |