Create collection
create_collectionCreate a collection in Audiobookshelf by specifying a library, collection name, and at least one book ID to ensure the collection is non-empty.
Instructions
Creates a collection of books. Audiobookshelf rejects empty collections, so at least one library item id is required, and every item must be a book from the given library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Collection name | |
| library_id | Yes | Library the collection belongs to | |
| description | No | Optional description | |
| library_item_ids | Yes | Library item ids of books |