Skip to main content
Glama

Excel MCP Server

get_workbook_info

Retrieve detailed information from an Excel workbook, including sheet lists and metadata, specified by file path using the MCP Server.

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" }

Other Tools from Excel MCP Server

Related Tools

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