Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NAVER_CLIENT_ID | Yes | 네이버 클라우드 플랫폼 Client ID | |
| NAVER_CLIENT_SECRET | Yes | 네이버 클라우드 플랫폼 Client Secret |
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 |
|---|---|
| naver_directions | 네이버 지도 API를 사용하여 두 지점 간의 길찾기 정보를 제공합니다. |
| naver_geocode | 주소를 위도/경도 좌표로 변환합니다. |
| naver_reverse_geocode | 위도/경도 좌표를 주소로 변환합니다. |
| naver_search_places | 네이버 지도에서 장소를 검색합니다. |