Get Book
get_bookFetch book metadata by ISBN or Open Library ID, with cover size selection and optional cover download. Returns a job handle when rate-limited.
Instructions
Fetch book metadata by ISBN or Open Library ID.
Open Library is politeness-rate-limited, so a busy moment may answer
with a job handle to poll using get_job_result instead of the
record itself.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||