Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| REST_API_KEY | Yes | Your Kakao REST API key from Kakao developers | 
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description | 
|---|---|
No prompts  | |
Resources
Contextual data attached and managed by the client
| Name | Description | 
|---|---|
| CategoryGroupCode | Get all category group codes | 
Tools
Functions exposed to the LLM to take actions
| Name | Description | 
|---|---|
| find_coordinates | Find coordinates of a given address  | 
| search_by_keyword | Searches for places related to the keyword  | 
| search_by_category | Searches for places with matching category group code  | 
| get_place | Fetches details for a place such as name, address, reviews, photos and etc  |