list_files
List project files matching a glob pattern, such as '**/*.py', to quickly identify relevant code and resources.
Instructions
依照 glob 樣式列出專案內的檔案。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 最多回傳幾筆 | |
| pattern | No | glob 樣式,例如 '**/*.py' 或 'src/**/*' | **/*.py |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |