everything_search
Search local files and folders by name, extension, size, or date using Everything query syntax. Returns paths, sizes, and modification times with filters, sorting, and pagination.
Instructions
Search the local Everything index. query supports Everything syntax (ext:pdf, size:>1mb, dm:today). No path means all indexed locations. Returns paths, size bytes and modification times. Pagination reflects a live, changing index. Does not read file contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | all | |
| path | No | ||
| sort | No | path | |
| limit | No | ||
| query | Yes | ||
| regex | No | ||
| offset | No | ||
| filters | No | ||
| descending | No | ||
| match_path | No | ||
| case_sensitive | No |