Skip to main content
Glama

blender_transform

Move, rotate, scale, or reset object transforms in Blender 3D. Supports absolute or relative positioning in world, local, cursor, or parent space.

Instructions

Transform objects in 3D space.

Supports multiple operations through the operation parameter:

  • set_location: Set object position

  • set_rotation: Set object rotation (degrees)

  • set_scale: Set object scale

  • translate: Move object by offset

  • rotate: Rotate object by angle

  • scale: Scale object by factor

  • apply_transform: Apply transforms to mesh

  • reset_transform: Reset transforms to identity

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationNoTransform operation typeset_location
object_namesNoName(s) of object(s) to transform
xNo
yNo
zNo
rotation_xNo
rotation_yNo
rotation_zNo
scale_xNo
scale_yNo
scale_zNo
spaceNoCoordinate space (WORLD, LOCAL, CURSOR, PARENT)WORLD
relativeNoApply transformation relative to current values

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries full burden but only lists operation names without explaining behavioral traits like permissible object types, effect of relative parameter, whether operations are destructive, or what output is returned. The output schema exists but is not leveraged in the description.

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

Conciseness4/5

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

The description is structured with an initial purpose sentence followed by a bullet list of operations. It is efficient and front-loaded, though the list could be condensed to save vertical space without losing information.

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

Completeness2/5

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

Given the complexity (13 parameters, no annotations, output schema present), the description omits critical contextual details such as which parameters apply to which operations, required scene state, error handling, and return value format. The output schema is not referenced to supplement completeness.

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?

Schema description coverage is low (31%), and the description adds limited semantic value: it specifies that set_rotation uses degrees and differentiates between absolute and relative operations. However, most parameters (x,y,z, rotation_x, etc.) remain undocumented in both schema and description, leaving their interplay with each operation unclear.

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 clearly states 'Transform objects in 3D space' and lists eight specific operations, providing a precise verb-resource combination. It distinguishes from sibling tools like blender_mesh or blender_animation by focusing solely on transformation operations.

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?

The description lists operations but provides no explicit guidance on when to use this tool versus alternatives (e.g., blender_mesh for vertex-level changes). It does not mention prerequisites, exclusions, or preferred scenarios.

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/sandraschi/blender-mcp'

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