Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
vm_data_write | Write data to the VM database |
vm_query_range | Query time series over a time range |
vm_query | Query current value of a time series |
vm_labels | Get all unique label names |
vm_label_values | Get all unique values for a specific label |
vm_prometheus_write | mport Prometheus exposition format data into VictoriaMetrics |