Get a book cover
get_coverRetrieve a book's cover image using its numeric ID from search results. Avoids oversized files by using the coverUrl when images exceed 1 MB.
Instructions
Fetches the cover of a book and returns it as an image. Book ids come from the other tools (books with id null have no cover). Calibre-Web serves the full-size cover; images over 1 MB are refused to protect the context window — use the coverUrl from the book entry instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | Numeric book id from search_books, list_books or get_shelf_books |