List Resource Files
godot_list_resourcesList all .tres resource files in a Godot project, optionally returning relative paths from the project root to simplify asset discovery and management.
Instructions
List all .tres resource files in the Godot project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relative | No | Return paths relative to project root (default True) | |
| project_path | No | Optional path to project root |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |