Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ALADIN_TTB_KEY | Yes | 알라딘 TTB 키 (필수) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search_books | 알라딘에서 도서를 검색합니다. |
get_book_detail | ISBN을 이용해 도서의 상세 정보를 조회합니다. |
get_bestsellers | 알라딘 도서 베스트셀러 목록을 조회합니다. 카테고리별로 검색할 수 있으며, 특정 주간의 베스트셀러를 조회할 수 있습니다. 특정 주간을 조회할 때는 연도, 월, 주를 모두 입력해주세요. |
get_new_books | 알라딘 신간 전체 리스트를 조회합니다. 카테고리별로 검색할 수 있습니다. |
get_special_new_books | 알라딘 주목할 만한 신간 리스트를 조회합니다. 카테고리별로 검색할 수 있습니다. |
get_editor_choice | 알라딘 편집자 추천 리스트를 조회합니다. 카테고리별로 검색할 수 있습니다. |
get_blogger_best | 알라딘 블로거 베스트셀러 목록을 조회합니다. 국내도서만 조회 가능하며, 카테고리별로 검색할 수 있습니다. |
search_categories | 알라딘 도서 카테고리를 검색합니다. 상위 레벨 카테고리를 우선으로 표시합니다. |
get_popular_categories | 자주 사용되는 주요 카테고리 목록을 조회합니다. 상위 레벨 카테고리를 우선으로 표시합니다. |