search_attachments
Locate files matching a pattern for email attachments. Searches directories case-insensitively and returns full file paths.
Instructions
Searches for files in a specified directory that match a given pattern. The search can be case-insensitive and returns the full paths of all matching files. This tool is useful for locating specific files or attachments within a directory structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | The text pattern to search for in file names. The search is case-insensitive by default. |