Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| csv_describe | Load a CSV file and return its schema, row count, and column statistics |
| csv_filter | Filter CSV rows by a column condition. Returns matching rows as JSON. |
| csv_aggregate | Compute an aggregate (sum, avg, min, max, count, median) on a numeric column |
| csv_group_by | Group rows by a column and compute an aggregate on another column |
| csv_sample | Get a sample of rows from a CSV file |
| csv_unique | Get unique values in a column with their counts |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |