search_file_content
Search files for specific content using text or regex queries, with options to filter by file pattern and limit matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| query | Yes | ||
| is_regex | No | ||
| base_path | No | . | |
| max_matches | No | ||
| file_pattern | No | * | |
| case_sensitive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||