describe_object
Dump any live Godot object's properties as JSON by specifying a resource path, node path, or class name, enabling rapid inspection during development.
Instructions
Dump a live object's properties as JSON. target = a res:// path, a node name/path in the open scene, or a class name (falls back to describe_class).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |