get_asset_info
Retrieve metadata for Godot 4 assets including type, size, UID, and import settings to inspect project resources.
Instructions
Get detailed metadata about a specific asset: type, size, UID, and import settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project directory | |
| assetPath | Yes | Asset path (res:// or relative to project) |