Get book cover URL
get_book_coverRetrieve a book cover image URL using a book identifier (ISBN, OCLC, LCCN, OLID, or ID). Reports missing covers rather than returning blank placeholders.
Instructions
Get the URL for a book's cover image using a key (ISBN, OCLC, LCCN, OLID, ID) and value. Reports when no cover exists rather than returning a URL to a blank placeholder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The type of identifier used (ISBN, OCLC, LCCN, OLID, ID). ID is Open Library's internal cover ID. | |
| size | No | The desired size of the cover (S, M, or L). Defaults to L. | L |
| value | Yes | The value of the identifier. |