list_materials
List materials in a Godot project, grouped by type. Filter by material type, subdirectory, or recursive search to locate specific materials.
Instructions
List materials grouped by type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Subdirectory to search (default: root) | |
| recursive | No | Search recursively (default: true) | |
| type_filter | No | Filter by material type (e.g. "StandardMaterial3D") |