Skip to main content
Glama

Moatless MCP Server

by TwT23333

find_files

Search for files by name pattern using glob syntax on the Moatless MCP Server, enabling precise file retrieval for advanced code analysis and editing tasks.

Instructions

Find files by name pattern using glob syntax.

Input Schema

NameRequiredDescriptionDefault
max_resultsNoMaximum number of results to return
patternYesGlob pattern to match file names (e.g., '*.py', '*test*', 'src/**/*.java')

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 100, "description": "Maximum number of results to return", "maximum": 1000, "minimum": 1, "type": "integer" }, "pattern": { "description": "Glob pattern to match file names (e.g., '*.py', '*test*', 'src/**/*.java')", "type": "string" } }, "required": [ "pattern" ], "type": "object" }
Install Server

Other Tools from Moatless 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/TwT23333/mcp'

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