Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
KUBECONFIG | No | Path to the Kubernetes configuration file. By default, the tool uses this environment variable to access the cluster. |
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 |
---|---|
clusters | Retrieves a list of Kubernetes clusters (also known as managed clusters or spoke clusters). |
connect_cluster | Generates the KUBECONFIG for the managed cluster and binds it to the specified ClusterRole (default: cluster-admin). |
kubectl | Securely run a kubectl command or apply YAML. Provide either 'command' or 'yaml'. |
prometheus | Queries a Prometheus server (snapshot or range) and returns metrics formatted for charting. |