Data Visualization MCP Server
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| save_dataB | A tool which allows you to save data to a named table for later use in visualizations. When to use this tool:
|
| visualize_dataA | A tool which allows you to produce a data visualization using the Vega-Lite grammar. When to use this tool:
|
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 2 tools
The two tools have completely distinct purposes with no overlap. 'save_data' is for storing data in a table, while 'visualize_data' is for creating visualizations from saved data. The descriptions clearly differentiate their functions and usage contexts.
Both tools follow a consistent verb_noun naming pattern ('save_data' and 'visualize_data'). The naming style is uniform throughout, using snake_case with clear action-object pairs that accurately reflect their functions.
With only 2 tools, this server feels severely under-scoped for a data visualization domain. A complete visualization workflow would typically require tools for data manipulation, chart type selection, configuration adjustments, or exporting visualizations. The current set is too minimal for effective agent use.
The tool surface has significant gaps for a data visualization server. There are no tools for data transformation, filtering, or aggregation before visualization. Missing are tools for different visualization types, chart customization, or exporting results. The dependency on Vega-Lite specifications without helper tools creates a steep learning curve for agents.