search_files
Search for content within files using text or regex patterns. Specify file types and limit results to efficiently locate relevant information across directories.
Instructions
Search for content within files using regex or text matching
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_types | No | File extensions to search in | |
is_regex | No | Whether the query is a regex pattern | |
max_results | No | Maximum number of results to return | |
query | Yes | Search query (text or regex pattern) |