file_find
Search files in a directory using glob patterns like '.py' or '.json'. Specify a root path and pattern to instantly locate matching files, simplifying file discovery.
Instructions
Search for files matching a glob pattern in a directory path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Search root directory path. | . |
| pattern | No | Glob search pattern (e.g. '*.py', '*.json'). | * |