Skip to main content
Glama

xlwings Excel MCP Server

by hyunjae-labs

create_chart

Generate charts in Excel worksheets by specifying file path, sheet name, data range, chart type, and target cell. Streamline Excel automation for enhanced data visualization.

Instructions

Create chart in worksheet.

Input Schema

NameRequiredDescriptionDefault
chart_typeYes
data_rangeYes
filepathYes
sheet_nameYes
target_cellYes
titleNo
x_axisNo
y_axisNo

Input Schema (JSON Schema)

{ "properties": { "chart_type": { "title": "Chart Type", "type": "string" }, "data_range": { "title": "Data Range", "type": "string" }, "filepath": { "title": "Filepath", "type": "string" }, "sheet_name": { "title": "Sheet Name", "type": "string" }, "target_cell": { "title": "Target Cell", "type": "string" }, "title": { "default": "", "title": "Title", "type": "string" }, "x_axis": { "default": "", "title": "X Axis", "type": "string" }, "y_axis": { "default": "", "title": "Y Axis", "type": "string" } }, "required": [ "filepath", "sheet_name", "data_range", "chart_type", "target_cell" ], "title": "create_chartArguments", "type": "object" }

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/hyunjae-labs/xlwings-mcp-server'

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