glob_files
Use glob patterns to recursively list file paths in a project, enabling quick file discovery and targeted file management without manual searching.
Instructions
Return file paths matching a glob pattern (recursive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Glob pattern, e.g. "src/**/*.py". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |