Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IPINFO_API_TOKEN | No | Optional token for IP address queries. Can be obtained at https://ipinfo.io/account/token | |
| DIGITALOCEAN_TOKEN | Yes | Your DigitalOcean API token. Can be obtained at https://cloud.digitalocean.com/account/api/tokens | |
| ALLOW_DROPLET_DELETION | No | Controls whether deletion functionality is enabled. Not recommended to enable. | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_instance_info | |
| get_instance_by_provider | |
| manage_instance_power | |
| get_aws_instance_info | |
| get_aws_instance_storage_info | |
| get_aws_instance_monitoring | |
| list_aws_instances | |
| get_digitalocean_droplet_info | |
| power_on_digitalocean_droplet | |
| power_off_digitalocean_droplet | 强制关闭DigitalOcean Droplet(需要三次确认) |
| shutdown_digitalocean_droplet | 优雅关闭DigitalOcean Droplet(需要三次确认) |
| reboot_digitalocean_droplet | 重启DigitalOcean Droplet(需要三次确认) |
| list_digitalocean_droplets | 列出所有DigitalOcean Droplets |
| get_digitalocean_droplet_monitoring | 获取DigitalOcean Droplet监控信息 |
| get_digitalocean_droplet_actions | 获取DigitalOcean Droplet操作历史 |
| get_vultr_instance_info | |
| power_on_vultr_instance | 开启Vultr实例(需要三次确认) |
| power_off_vultr_instance | 强制关闭Vultr实例(需要三次确认) |
| reboot_vultr_instance | 重启Vultr实例(需要三次确认) |
| list_vultr_instances | 列出所有Vultr实例 |
| get_vultr_instance_bandwidth | 获取Vultr实例带宽使用情况 |
| get_alibaba_instance_info | |
| power_on_alibaba_instance | 启动阿里云ECS实例(需要三次确认) |
| power_off_alibaba_instance | 强制停止阿里云ECS实例(需要三次确认) |
| reboot_alibaba_instance | 重启阿里云ECS实例(需要三次确认) |
| list_alibaba_instances | 列出所有阿里云ECS实例 |
| get_alibaba_instance_monitoring | 获取阿里云ECS实例监控信息 |
| get_supported_providers | |
| check_provider_availability | |
| get_system_status | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |