Skip to main content
Glama

Excel MCP Server

find_data

Search for specific values within an Excel worksheet to locate data quickly. Requires file path, sheet name, and search value to execute.

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

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