Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NCP_ACCESS_KEY | Yes | Your NCP (Naver Cloud Platform) access key for API authentication | |
| NCP_SECRET_KEY | Yes | Your NCP (Naver Cloud Platform) secret key for API authentication |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_servers | NCP의 모든 서버 인스턴스 목록을 조회합니다 |
| get_server_detail | 특정 서버 인스턴스의 상세 정보를 조회합니다 |
| create_server | 새로운 서버 인스턴스를 생성합니다 |
| delete_server | 서버 인스턴스를 삭제합니다 |
| stop_server | 실행 중인 서버 인스턴스를 중지합니다 |
| start_server | 중지된 서버 인스턴스를 시작합니다 |
| list_vpcs | VPC 목록을 조회합니다 |
| create_vpc | 새로운 VPC를 생성합니다 |
| delete_vpc | VPC를 삭제합니다 |
| list_subnets | 서브넷 목록을 조회합니다 |
| create_subnet | 새로운 서브넷을 생성합니다 |
| delete_subnet | 서브넷을 삭제합니다 |
| list_acgs | ACG(Access Control Group) 목록을 조회합니다 |
| create_acg | 새로운 ACG를 생성합니다 |
| delete_acg | ACG를 삭제합니다 |
| add_acg_rule | ACG에 인바운드 규칙을 추가합니다 |
| list_load_balancers | 로드 밸런서 목록을 조회합니다 |
| create_load_balancer | 새로운 로드 밸런서를 생성합니다 |
| delete_load_balancer | 로드 밸런서를 삭제합니다 |
| add_load_balancer_target | 로드 밸런서에 타겟 서버를 추가합니다 |
| list_cloud_dbs | Cloud DB 인스턴스 목록을 조회합니다 |
| create_cloud_db | 새로운 Cloud DB 인스턴스를 생성합니다 |
| delete_cloud_db | Cloud DB 인스턴스를 삭제합니다 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |