Skip to main content
Glama

Excel MCP Server

get_cell_value

Retrieve the value of a specified cell in an Excel workbook by providing the file path, sheet name, and cell coordinates in A1 format.

Instructions

指定されたセルの値を取得します

Input Schema

NameRequiredDescriptionDefault
cellYesセル位置。A1形式で指定(例: A1, B2, AA10)
filePathYes対象のExcelファイルの絶対パス
sheetNameYes対象のワークシート名

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cell": { "description": "セル位置。A1形式で指定(例: A1, B2, AA10)", "type": "string" }, "filePath": { "description": "対象のExcelファイルの絶対パス", "type": "string" }, "sheetName": { "description": "対象のワークシート名", "type": "string" } }, "required": [ "filePath", "sheetName", "cell" ], "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