search_files
Find files by name pattern across Linux, macOS, and Windows systems using wildcards and customizable search depth for efficient file discovery.
Instructions
Search for files by name pattern
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory to search in | |
| pattern | Yes | Search pattern (supports wildcards) | |
| maxDepth | No | Maximum search depth (default: 3) |