get_book_by_id
Retrieve detailed book information by specifying its identifier type (ISBN, LCCN, OCLC, OLID) and value using the Open Library API.
Instructions
Get detailed information about a book using its identifier (ISBN, LCCN, OCLC, OLID).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
idType | Yes | The type of identifier used (ISBN, LCCN, OCLC, OLID). | |
idValue | Yes | The value of the identifier. |