search_files
Locate files in a Godot project by name using case-insensitive substring or glob patterns. Filter by path, file type, and max results to quickly find assets, scripts, or scenes.
Instructions
Search project file names by case-insensitive substring or glob pattern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | res:// | |
| query | Yes | ||
| file_type | No | ||
| max_results | No |