resource_list
Find and categorize asset files in a Godot project by specifying directory, file extensions, and recursion.
Instructions
List resource files in a Godot project.
Category: Resource
Args: project_path: Path to the Godot project directory directory: Optional subdirectory to search in (relative to project root) extensions: List of file extensions to include (default: common asset types) recursive: Whether to search recursively (default: True)
Returns: JSON containing categorized resource files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| directory | No | ||
| extensions | No | ||
| recursive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |