list_files
List indexed files filtered by glob pattern to locate relevant code quickly, saving tokens by avoiding full directory scans.
Instructions
List indexed files, optionally filtered by glob.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | Glob pattern to filter files (uses fnmatch). | |
| max_results | No | Maximum number of results to return (0 = unlimited, default 0). | |
| project | No | Project name/path (default: active). |