Game Get Node Info
game_get_node_infoRetrieve compact or full details about any Godot scene node by path, including properties, methods, and signals, to inspect game state during autonomous development and testing.
Instructions
Get compact or full node info;
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | Compact omits methods and signals an… | |
| nodePath | Yes | Path to the node (e.g., "/root/Playe… | |
| propertyNames | No | Exact properties to include; |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| meta | Yes | ||
| error | No |