Get book metadata
calibre_get_bookRetrieve complete metadata (authors, ISBN, formats, comments, cover) for a specific book using its ID or UUID from the Calibre library.
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 |