resources
Manage Godot resource files: browse, view metadata, delete, or check import settings for images, audio, fonts, shaders, scenes, and other resources.
Instructions
Resource file management.
Actions (required params -> optional):
list (-> type, project_path): browse resources (type: image|audio|font|shader|scene|resource)
info (resource_path -> project_path): resource metadata
delete (resource_path -> project_path)
import_config (resource_path -> project_path): view import settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| project_path | No | Path to Godot project directory | |
| resource_path | No | Path to resource file | |
| type | No | Filter by type: image, audio, font, shader, scene, resource (for list) |