Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | Set to 'production' to disable debug logging | |
CIVO_API_KEY | Yes | Your Civo API Key |
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 |
---|---|
create_instance | Create a new cloud instance on Civo |
list_instances | List all instances on Civo |
reboot_instance | Reboot a cloud instance on Civo |
shutdown_instance | Shutdown a cloud instance on Civo |
start_instance | Start a cloud instance on Civo |
resize_instance | Resize a cloud instance on Civo |
delete_instance | Delete a cloud instance on Civo |
list_disk_images | List available disk images on Civo |
get_disk_image | Get details of a specific disk image |
list_sizes | List available instance sizes on Civo |
list_regions | List available regions on Civo |
list_networks | List available networks on Civo |
create_network | Create a new network on Civo |
rename_network | Rename a network on Civo |
delete_network | Delete a network on Civo |
list_kubernetes_clusters | List all Kubernetes clusters on Civo |
create_kubernetes_cluster | Create a new Kubernetes cluster on Civo |
delete_kubernetes_cluster | Delete a Kubernetes cluster on Civo |
list_kubernetes_versions | List available Kubernetes versions on Civo |