godot_list_resources
List scripts, shaders, scenes, and textures in a Godot project or specific subfolder to manage game assets during development.
Instructions
List saved scripts, shaders, scenes, and textures in a Godot project or one of its subfolders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to the Godot project directory or its project.godot file. | |
| folder_path | No | Optional absolute, relative, or res:// path for the subfolder to scan. Defaults to the project root. |