list_import_files
List .import files in a Godot project, grouped by asset type. Optionally search a subdirectory or filter by file extension to locate imported resources quickly.
Instructions
List .import files grouped by type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Subdirectory to search (default: root) | |
| type_filter | No | Filter by imported asset type (e.g. "png", "wav", "obj") |