Skip to main content
Glama

Excel MCP Server

close_workbook

Close an open Excel workbook and release its memory resources by specifying the file path using this tool on the Excel 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" }

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