check_book_availability
Check if a library owns a book by ISBN and get its current loan availability using the library code.
Instructions
특정 도서관의 도서 소장 여부와 정보나루 전일 기준 대출 가능 여부를 조회합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isbn13 | Yes | 13자리 ISBN | |
| libCode | Yes | 도서관코드 - search_library_codes 도구로 검색하세요 |