Get book metadata
calibre_get_bookFetch full metadata for a book by its ID or UUID, including authors, ISBN, and formats. Optionally include the cover image.
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 |