game_get_node_info
Retrieve comprehensive information about any Godot node: its class, properties, signals, methods, and children. Useful for inspecting node structure and data.
Instructions
Get node info: class, properties, signals, methods, children
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodePath | Yes | Path to the node (e.g., "/root/Player") |