Update collection
update_collectionUpdate a collection's name, description, or book order by supplying the complete, newly ordered list of books.
Instructions
Renames a collection, changes its description or reorders its books. library_item_ids replaces the order completely, so it has to contain every item that should stay in the collection — use add_books_to_collection and remove_books_from_collection to change membership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name | |
| description | No | New description | |
| collection_id | Yes | Collection id, as returned by list_collections | |
| library_item_ids | No | Complete, newly ordered list of the books in the collection |