Search local files
search_filesSearch file names or text contents on a local machine using ripgrep. Specify a query, root directory, and optional glob patterns to quickly locate files before reading large directory trees.
Instructions
Fast local search using ripgrep. Search file names or text contents before reading large directory trees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | ||
| mode | No | content | |
| root | No | /root | |
| query | Yes | ||
| regex | No | ||
| maxResults | No | ||
| caseSensitive | No | ||
| includeHidden | No |