get_availability
Check the in-library availability of a book copy by ISBN, barcode, or title. Returns whether each copy is currently available for borrowing.
Instructions
按 ISBN / 条码 / 题名查询馆藏复本在馆(可借)状态。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isbn | No | ISBN 号(优先) | |
| title | No | 题名(demo 后端支持;oracle 后端请用 search_books) | |
| token | No | ||
| barcode | No | 条码号(优先于 isbn 匹配) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||