Skip to main content
Glama

Excel MCP Server

open_workbook

Access and display data from existing Excel workbooks by specifying their file path. Use this tool to retrieve and interact with spreadsheet information efficiently.

Instructions

既存のExcelワークブックを開いて情報を表示します

Input Schema

NameRequiredDescriptionDefault
filePathYes開くExcelファイルの絶対パス。既存のファイルである必要があります

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "開くExcelファイルの絶対パス。既存のファイルである必要があります", "type": "string" } }, "required": [ "filePath" ], "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