everything_search
Search local Windows files and folders using the Everything index. Supports filters for path, regex, case, and sort options.
Instructions
Search local Everything index. Read-only. Returns bounded file and folder paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort field. | |
| count | No | Maximum number of results. | |
| query | Yes | Everything search query. | |
| regex | No | Treat query as a regular expression. | |
| offset | No | Zero-based result offset. | |
| ascending | No | Sort ascending when true. | |
| matchCase | No | Match case-sensitive text. | |
| matchPath | No | Search the full path. | |
| wholeWord | No | Match whole words only. | |
| diacritics | No | Match diacritics. |