@0pvalencia/chart-from-data-mcp
OfficialServer 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 |
|---|---|
| render_chartC | labels[] + values[] → PNG vía QuickChart. |
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
Since there is only one tool, there is no possibility of confusion with other tools. The tool's purpose is clearly described as rendering a chart from labels and values.
The tool name follows a clear verb_noun pattern and is descriptive of its function. With a single tool, there is no inconsistency to evaluate.
The server provides only one tool, which feels too thin for a chart-rendering service. Typically, such a server would include multiple tools for different chart types or configuration options.
The tool only accepts labels and values, with no ability to specify chart type, title, or other customization options. This leaves significant gaps for users who need different chart formats or styling.