create_ui_node
Adds a Control-derived UI node to a Godot scene with optional layout properties, enabling automated UI construction.
Instructions
Add a Control-derived UI node to a scene with optional layout properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeName | Yes | ||
| nodeType | No | Control | |
| scenePath | Yes | ||
| parentPath | No | . | |
| properties | No | ||
| projectPath | No | Optional absolute Godot project path. Defaults to the project selected in Godot MCP Toolkit. |