find_files
Search for files matching a glob pattern, with optional filters for directory, depth, file type, case sensitivity, and hidden files.
Instructions
Find files matching a pattern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Glob pattern to match files | |
| maxDepth | No | Maximum search depth | |
| directory | No | Directory to search in | . |
| fileTypes | No | Filter by file types | |
| caseSensitive | No | Case-sensitive pattern matching | |
| includeHidden | No | Include hidden files |