search_files
Searches for files and directories recursively using a pattern, matching partial names case-insensitively. Returns full paths to items found within allowed directories, helping locate files without knowing their exact location.
Instructions
Recursively search for files and directories matching a pattern. Searches through all subdirectories from the starting path. The search is case-insensitive and matches partial names. Returns full paths to all matching items. Great for finding files when you don't know their exact location. Only searches within allowed directories.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
excludePatterns | No | ||
path | Yes | ||
pattern | Yes |