godot_get_resource
Retrieve metadata for Godot project resource files like textures, audio, or meshes by providing their res:// path to access type, name, and properties.
Instructions
Returns metadata about a specific resource file (texture, audio, mesh, etc.).
Args:
resource_path (string): res:// path to the resource e.g. "res://assets/player.png"
Returns: { path, type, name, metadata: object }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_path | Yes | res:// path to the resource |