Skip to main content
Glama

Data Visualization MCP Server

save_data

Store datasets in named tables for future visualization tasks. Specify the table name and data to save, enabling later use in generating visualizations.

Instructions

A tool which allows you to save data to a named table for later use in visualizations. When to use this tool:

  • Use this tool when you have data that you want to visualize later. How to use this tool:
  • Provide the name of the table to save the data to (for later reference) and the data itself.

Input Schema

NameRequiredDescriptionDefault
dataYesThe data to save
nameYesThe name of the table to save the data to

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "The data to save", "items": { "description": "Row of the table as a dictionary/object", "type": "object" }, "type": "array" }, "name": { "description": "The name of the table to save the data to", "type": "string" } }, "required": [ "name", "data" ], "type": "object" }
Install Server

Other Tools from Data Visualization MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/markomitranic/mcp-vegalite-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server