Skip to main content
Glama

Excel MCP Server

add_worksheet

Add a new worksheet to an existing Excel workbook using the specified file path and sheet name. Enables efficient organization and management of spreadsheet data.

Instructions

既存のワークブックにワークシートを追加します

Input Schema

NameRequiredDescriptionDefault
filePathYes対象のExcelファイルの絶対パス。既存のファイルである必要があります
sheetNameYes作成するワークシート名。英数字、日本語、アンダースコア、ハイフンが使用可能です

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "対象のExcelファイルの絶対パス。既存のファイルである必要があります", "type": "string" }, "sheetName": { "description": "作成するワークシート名。英数字、日本語、アンダースコア、ハイフンが使用可能です", "type": "string" } }, "required": [ "filePath", "sheetName" ], "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/SuperPyonchiX/excel_mcp_server'

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