remove_books
Remove books from a Calibre library by specifying comma-separated IDs. Requires confirmation to delete; optionally skip the recycle bin for permanent removal.
Instructions
Removes books from the library by id (comma-separated). DESTRUCTIVE: requires confirm=true. permanent=true skips Calibre's recycle bin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_ids | Yes | Ids to remove, comma-separated. | |
| confirm | No | Must be true to actually delete. | |
| permanent | No | true = do not use the recycle bin. |