search_text
Search for text in DOCX files and retrieve matching blocks with surrounding context. Supports case-sensitive search.
Instructions
Search for text in a DOCX file. Returns matching blocks with context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the .docx file | |
| query | Yes | Text to search for | |
| case_sensitive | No | Case-sensitive search |