get_node_properties
Retrieve all properties of any node in the Godot scene tree by providing its path.
Instructions
Get all properties of a node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Node path in the scene tree (e.g. 'Player/Sprite2D'). Use just the node name for root-level children (e.g. 'Player'), or empty string '' for the scene root itself. Paths are relative to the currently open scene. |