find_files
Locate files by name or glob pattern within a repository. Use when you know the filename but not its directory.
Instructions
Find files by name or glob pattern (e.g. "**/Service.java", "**/test_.py"). Use when you know roughly what a file is called but not where it lives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Restrict to this subdirectory. | |
| patterns | Yes | Glob patterns. A pattern without "/" also matches file names anywhere in the tree. | |
| workspace | No | Workspace alias. Defaults to the active workspace. | |
| max_results | No | Default 200. |