Quickchart-MCP-Server

download_chart

Download a chart image to a local file

Input Schema

NameRequiredDescriptionDefault
configYesChart configuration object
outputPathYesPath where the chart image should be saved

Input Schema (JSON Schema)

{ "properties": { "config": { "description": "Chart configuration object", "type": "object" }, "outputPath": { "description": "Path where the chart image should be saved", "type": "string" } }, "required": [ "config", "outputPath" ], "type": "object" }

You must be authenticated.

Other Tools