mcp-csv-analyst
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| csv_describeB | Load a CSV file and return its schema, row count, and column statistics |
| csv_filterB | Filter CSV rows by a column condition. Returns matching rows as JSON. |
| csv_aggregateB | Compute an aggregate (sum, avg, min, max, count, median) on a numeric column |
| csv_group_byC | Group rows by a column and compute an aggregate on another column |
| csv_sampleB | Get a sample of rows from a CSV file |
| csv_uniqueB | 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 | |