Search project file names or glob patterns
search_filesFind files in a project by name substring or safe glob pattern, without reading file contents. Supports limiting results and including directories.
Instructions
Finds files by name substring or safe glob without reading file contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | name | |
| path | No | Path relative to the selected project root. Absolute paths are rejected. | . |
| query | Yes | ||
| project | Yes | Project key from list_projects. | |
| maxResults | No | ||
| includeDirectories | No |