search_books
Find books in library collections using search filters for title, author, ISBN, publisher, or keyword, with options to sort and paginate results.
Instructions
도서관 소장 도서를 검색합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | 정렬필드 (title=도서명, author=저자명, pub=출판사, pubYear=출판년도, isbn=ISBN, loan=대출횟수) | |
| order | No | 정렬순서 (asc=오름차순, desc=내림차순) | |
| title | No | 도서명 | |
| author | No | 저자명 | |
| isbn13 | No | 13자리 ISBN | |
| pageNo | No | 페이지번호 | |
| keyword | No | 키워드 | |
| pageSize | No | 페이지크기 (최대 1000) | |
| publisher | No | 출판사 | |
| exactMatch | No | 일치검색여부 (true=완전일치, false=부분일치) |