Skip to main content
Glama

add_node

Adds a new node to a Godot scene by specifying node type, name, and parent location to extend scene functionality.

Instructions

Add a node to an existing scene

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectPathYesPath to the Godot project directory
scenePathYesPath to the scene file (relative to project)
parentNodePathNoPath to the parent node (e.g., "root" or "root/Player")root
nodeTypeYesType of node to add (e.g., Sprite2D, CollisionShape2D)
nodeNameYesName for the new node
propertiesNoOptional properties to set on the node

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/LeeSinLiang/godot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server