search_files
Locate files in a directory tree using glob patterns. Specify a path and optional pattern to find matching files.
Instructions
Find files below a directory using a glob such as '.py' or 'README'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| pattern | No | * |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |