check_availability
Check book availability by biblio_id, returning item-level details such as call number, location, and checkout status. See which copies are available or checked out.
Instructions
Check the availability of a specific book by its biblio_id. Returns item-level details including call number, location, and whether each copy is available or checked out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| biblio_id | Yes | The biblio_id from search_books results |