Skip to main content
Glama

Excel MCP Server

get_range_values

Retrieve data from specified Excel ranges with file path, sheet name, and range input using the Model Context Protocol server for spreadsheet automation.

Instructions

指定された範囲のデータを取得します

Input Schema

NameRequiredDescriptionDefault
filePathYes対象のExcelファイルの絶対パス
rangeYes取得する範囲。A1:C3形式で指定(例: A1:C10, B2:D5)
sheetNameYes対象のワークシート名

Input Schema (JSON Schema)

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