word_search_text
Search a Word document for matching text by specifying the file path and query, with optional case-sensitive matching.
Instructions
Search a Word document's paragraphs for matching text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text to search for | |
| file_path | Yes | Absolute path to the .docx file | |
| case_sensitive | No | Match case exactly (default: false) |