search_files
Recursively locate files and directories matching a specific pattern across allowed subdirectories from a given starting path. Simplify file search tasks within controlled access areas.
Instructions
Recursively search for files and directories matching a pattern. Searches through all subdirectories from the starting path. Only searches within allowed directories.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | ||
pattern | Yes |