find_in_file
Search a file for literal text and return small, line-numbered excerpts to pinpoint exact matches without reading the entire file.
Instructions
Find literal text in a file and return small line-numbered excerpts instead of the whole file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| query | Yes | ||
| server_id | No | ||
| max_matches | No | ||
| context_lines | No | ||
| case_sensitive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||