Skip to main content
Glama

Excel MCP Server

by zhiwei5576
MIT License
162
40
  • Linux
  • Apple

clearFileCache

Remove cached data for a specified Excel file to ensure accurate and updated file operations. Input the file's absolute path to trigger the cache clearance process.

Instructions

Clear cached data for the specified Excel file

Input Schema

NameRequiredDescriptionDefault
fileAbsolutePathYesThe absolute path of the Excel file to clear from cache

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileAbsolutePath": { "description": "The absolute path of the Excel file to clear from cache", "type": "string" } }, "required": [ "fileAbsolutePath" ], "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/zhiwei5576/excel-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server