find_files
Find files in code repositories by glob pattern, using an in-memory index for quick matching. Supports path patterns like *.py and filename-only queries.
Instructions
Find files matching glob pattern using in-memory index. Supports path patterns (.py, test_.js) and filename-only matching (README.md).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |