Get book metadata
calibre_get_bookRetrieve complete metadata (authors, ISBN, formats, comments, cover) for a book by its ID or UUID. Set include_cover only when the cover image must be inspected.
Instructions
Get full metadata (authors, ISBN, formats, comments, cover) for one book by its id or uuid (id and bookId are interchangeable — pass the bookId from a search result). Set include_cover=true only when the cover image itself must be inspected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| bookId | No | ||
| library | No | ||
| include_cover | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | No | ||
| libraryId | No | ||
| serverUrl | No |