game_get_node_info
Retrieve detailed information about a Godot node, including its class, properties, signals, methods, and children, to allow AI agents to inspect and modify game objects during development.
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") |