CSVGlow
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_dashboardA | Generate a beautiful, interactive HTML dashboard from a CSV or Excel file. Analyzes the data and produces charts, statistics, correlations, insights, and a sortable data table — all in a single self-contained HTML file. Use this tool when the user wants to visualize, explore, analyze, or create a dashboard from a CSV, TSV, XLS, or XLSX file. Args: file_path: Absolute path to a CSV, TSV, XLS, or XLSX file. output_path: Where to save the HTML dashboard. Defaults to .html. open_browser: Whether to auto-open the dashboard in the browser. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusion with other tools.
With a single tool, naming is trivially consistent; the verb_noun pattern is clear.
The single tool directly matches the server's purpose of generating dashboards from CSV/Excel files, which is appropriately scoped.
The tool generates a comprehensive HTML dashboard with charts, statistics, and insights, covering the full scope implied by the server name without obvious gaps.