Skip to main content
Glama

fuzzy_search

Find files with similar names using fuzzy matching, handling typos or partial matches to locate files quickly in the AI FileSystem MCP server.

Instructions

Search for files using fuzzy matching algorithm. Finds files with similar names even with typos or partial matches

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
patternYesSearch pattern for fuzzy matching. Examples: "test" finds "testfile.txt", "src/util" finds "src/utilities.js"
directoryNoDirectory to search in (absolute or relative path). Default: current directory (".").
thresholdNoSimilarity threshold (0-1). Lower = more matches. 0.9 = high similarity, 0.5 = moderate, 0.3 = loose matching (default)
limitNoMaximum number of results to return (1-1000). Higher values may impact performance
extensionsNoFilter results by file extensions. Examples: [".js", ".ts"] or ["js", "ts"] (dots optional)

Latest Blog Posts

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/proofmath-owner/ai-filesystem-mcp'

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