Quickchart-MCP-Server

by GongRzhe
Verified

generate_chart

Create customizable charts with QuickChart.io, supporting bar, line, pie, radar, and more. Input datasets, labels, and options to generate visualizations directly.

Instructions

Generate a chart using QuickChart

Input Schema

NameRequiredDescriptionDefault
datasetsYes
labelsNoLabels for data points
optionsNo
titleNo
typeYesChart type (bar, line, pie, doughnut, radar, polarArea, scatter, bubble, radialGauge, speedometer)

Input Schema (JSON Schema)

{ "properties": { "datasets": { "items": { "properties": { "additionalConfig": { "type": "object" }, "backgroundColor": { "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "borderColor": { "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "data": { "type": "array" }, "label": { "type": "string" } }, "required": [ "data" ], "type": "object" }, "type": "array" }, "labels": { "description": "Labels for data points", "items": { "type": "string" }, "type": "array" }, "options": { "type": "object" }, "title": { "type": "string" }, "type": { "description": "Chart type (bar, line, pie, doughnut, radar, polarArea, scatter, bubble, radialGauge, speedometer)", "type": "string" } }, "required": [ "type", "datasets" ], "type": "object" }

You must be authenticated.

Other Tools from Quickchart-MCP-Server

Related Tools

ID: y17zluizso