Search files by name
file_searchFind files matching a glob pattern starting from a specified root directory, searching recursively. Returns the paths of matching files.
Instructions
Recursively find files whose name matches a glob pattern (e.g. *.log).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | ||
| pattern | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |