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 |
---|---|
data_shape | Data shape of the input data |
data_schema | Data schema of the input data |
describe_data | Summary statistics of the input data |
data_estimated_size | Estimated size of the input data |
data_count | Number of non-null elements for each column |
data_max | Maximum values for each column |
data_max_horizontal | Maximum values across columns for each row |
data_min | Minimum values for each column |
data_min_horizontal | Minimum values across columns for each row |
data_mean | Mean values for each column |
data_mean_horizontal | Mean values across columns for each row |
data_median | Median values for each column |
data_product | Product values for each column |
data_quantile | Quantile values for each column |
data_std | Standard deviation values for each column |
data_var | Variance values for each column |