Skip to main content
Glama

Excel MCP Server

insert_columns

Add one or more columns to an Excel sheet at a specified location. Define the start column and count to customize insertion, enhancing workbook organization and data structure.

Instructions

Insert one or more columns starting at the specified column.

Input Schema

NameRequiredDescriptionDefault
countNo
filepathYes
sheet_nameYes
start_colYes

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 1, "title": "Count", "type": "integer" }, "filepath": { "title": "Filepath", "type": "string" }, "sheet_name": { "title": "Sheet Name", "type": "string" }, "start_col": { "title": "Start Col", "type": "integer" } }, "required": [ "filepath", "sheet_name", "start_col" ], "title": "insert_columnsArguments", "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/haris-musa/excel-mcp-server'

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