Skip to main content
Glama

Excel MCP Server

find_data

Locate specific values within Excel worksheets by specifying file path, sheet name, and search value to streamline data retrieval.

Instructions

ワークシート内で指定された値を検索します

Input Schema

NameRequiredDescriptionDefault
filePathYesExcelファイルのパス
searchValueYes検索する値
sheetNameYesワークシート名

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "Excelファイルのパス", "type": "string" }, "searchValue": { "description": "検索する値", "type": [ "string", "number" ] }, "sheetName": { "description": "ワークシート名", "type": "string" } }, "required": [ "filePath", "sheetName", "searchValue" ], "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