search_file
Find keywords in files by specifying a file path and keyword, returning matching lines with line numbers.
Instructions
Search for a keyword within a file and return all matching lines with line numbers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | The keyword to search for | |
| file_path | Yes | The path to the file to search | |
| case_sensitive | No | Whether the search should be case-sensitive (default: false) |