Skip to main content
Glama
yryuu
by yryuu

find_files

Search for files by regex pattern across directories to locate specific documents or data in your local file system.

Instructions

Find files by name pattern. Returns list of matching file paths. Recursively searches all subdirectories by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesRelative path to search in. Use "." for root directory.
name_patternYesRegex pattern to match file names. IMPORTANT: Use regex syntax, not glob. Examples: ".*\.pdf$" for PDF files, "^report.*" for files starting with "report", ".*\.(jpg|png)$" for images. Do NOT use "*" alone.
case_sensitiveNoWhether search should be case sensitive. Default: false.

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/yryuu/mcp-localfile-all-read'

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