Skip to main content
Glama

Excel MCP Server

get_workbook_info

Retrieve detailed Excel workbook information, including sheet lists and metadata, by specifying the file path with this tool. Ideal for managing and analyzing spreadsheet data 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