GonMCPtool

find_files

Locate files matching a specified pattern within allowed directories and display their paths. Manage exclusions to refine search results efficiently.

Instructions

在允許的目錄中找尋所有符合檔名模式的檔案並標示其檔案路徑

Input Schema

NameRequiredDescriptionDefault
excludeDirsNo
filePatternYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "excludeDirs": { "items": { "type": "string" }, "type": "array" }, "filePattern": { "type": "string" } }, "required": [ "filePattern" ], "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/GonTwVn/GonMCPtool'

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