Find files
find_files_toolLocate files by glob pattern, using fd for efficiency and falling back to find or pathlib.
Instructions
Find files by glob, fd preferred with find/pathlib fallback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | ||
| pattern | No | * | |
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |