fs_search_in_files_by_content
Search file contents across multiple files and return matched blocks with line context. Supports regex, case-insensitive options, and file filters.
Instructions
Search multi-file with line context, return matched blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| charset | No | utf-8 | |
| dir_path | Yes | ||
| is_regex | No | ||
| recursive | Yes | ||
| ignore_case | No | ||
| lines_after | No | ||
| search_term | Yes | ||
| lines_before | No | ||
| file_extension | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||