Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NAVER_CLIENT_ID | Yes | Your Naver Developers API Client ID. | |
| NAVER_CLIENT_SECRET | Yes | Your Naver Developers API Client Secret. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_naver | 네이버 검색 API를 사용하여 한국 현지 정보를 검색합니다.
Args:
query (str): 검색어 (예: "맥북프로 M4 최저가", "삼성전자 주가 뉴스")
category (str): 검색 카테고리
- "shop": 쇼핑 최저가 검색 (★인기 기능)
- "cafe": 네이버 카페 글 검색 (★찐 후기)
- "news": 실시간 뉴스 기사
- "blog": 블로그 리뷰
- "local": 맛집, 장소 전화번호
display (int): 가져올 결과 개수 (기본 5개) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |