search_in_folder
Searches for a specific term across all documents in a folder. Specify folder path, search term, and optional file types to find matches.
Instructions
Search for a term across all documents in a folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileTypes | No | File types to search (default: .docx, .pptx, .xlsx) | |
| folderPath | Yes | Path to search | |
| searchTerm | Yes | Term to search for |