get_book_cover
Retrieve a book’s cover image URL by providing an identifier (ISBN, OCLC, LCCN, OLID, ID) and selecting the desired size (S, M, L).
Instructions
Get the URL for a book's cover image using a key (ISBN, OCLC, LCCN, OLID, ID) and value.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | The type of identifier used (ISBN, OCLC, LCCN, OLID, ID). | |
size | No | The desired size of the cover (S, M, or L). | |
value | Yes | The value of the identifier. |