get_book
Fetch book metadata by ISBN or Open Library ID, with options for cover download and edition listings.
Instructions
Fetch book metadata by ISBN or Open Library ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cover_size | No | Cover size variant: ``"S"`` (small), ``"M"`` (medium), ``"L"`` (large). Defaults to ``"M"``. | M |
| identifier | Yes | ISBN-10, ISBN-13, Open Library work ID (e.g. OL1168083W), or edition ID (e.g. OL1429049M). | |
| download_cover | No | If True, download and cache the cover image locally. Returns ``cover_path`` in the response. In read-only mode, returns ``cover_error`` instead. | |
| include_editions | No | If true, fetch the work and list editions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |