search
Find files and folders across the whole system in milliseconds using the Everything index. Filter results with wildcards, path scoping, and case matching.
Instructions
Search files and folders across the system using voidtools Everything index. Ideal for cross-project path discovery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Everything search query. Supports wildcards (*, ?), operators, and filters like ext:cs path:D:\source\repos | |
| max_results | No | Maximum number of results (default 100, max 1000) | |
| scope_path | No | Limit search to this folder and its subfolders | |
| match_path | No | Match against full path instead of filename only | |
| match_case | No | Case-sensitive search | |
| files_only | No | Return files only | |
| folders_only | No | Return folders only |