Skip to main content
Glama

set_node_rotation

Set rotation for Godot nodes using scene path, node path, and value (2D float or 3D vector).

Instructions

Set node rotation (2D/3D).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYesRotation: float for 2D (e.g. "1.57"), "x,y,z" or "Vector3" for 3D
node_pathYesNode path
scene_pathYesPath to .tscn file
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description must convey behavioral traits. It mentions '2D/3D' but does not explain units (radians vs degrees), whether rotation replaces existing values, or what happens if the node doesn't exist. This is a minimal disclosure without side-effect or error information.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, focused sentence with no superfluous words. It is front-loaded and easily parsed, though it omits details that would make it richer.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a low-complexity setter, the description plus schema is mostly sufficient. However, with no annotations and no output schema, the lack of unit specification or behavioral notes makes it slightly incomplete, though not severely lacking.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides full descriptions for all three parameters, including the format for 'value' (float for 2D, x,y,z/Vector3 for 3D). The description adds nothing beyond this, but the schema already achieves high coverage, so a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource ('Set node rotation'), and the '(2D/3D)' qualifier adds distinction from sibling setter tools like set_node_position and set_node_scale. This clearly identifies the tool's purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives such as transform_node or set_node_position. It only states what it does without any context on selection criteria or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/yanhuifair/Godot-MCP'

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