Skip to main content
Glama
Aayushdubey101

Blender-MCP

blender_transform_object

Idempotent

Update a Blender object's location, rotation, or scale. Leave fields unspecified to keep current values.

Instructions

Set location, rotation, and/or scale of an existing object.

Any field left as None is left unchanged. This is idempotent — calling with the same values is a no-op.

Args: params: TransformObjectInput with the target object name and any combination of location, rotation_euler, and scale.

Returns: JSON with the updated transform values.

Example: blender_transform_object(name="Cube", location=(1,0,0), scale=(2,2,2))

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds meaningful behavior beyond the annotations: it explains the `None` semantics for leaving fields unchanged, idempotency in plain language, and the return format (JSON with updated transform values). While the idempotentHint is already in annotations, the description clarifies its practical meaning and introduces the partial-update behavior not present in annotations.

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 well-structured and concise: a clear summary sentence, two key behavioral notes, an Args/Returns section, and a single illustrative example. Every sentence adds value, and the content is front-loaded with the core purpose, avoiding redundancy with the schema.

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

Completeness5/5

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

For a moderately simple tool with an output schema, the description is complete. It explains partial updates, idempotency, and the return value, and includes an example. The only minor omission is handling of non-existent objects, but this is not essential for correct usage and is implied by 'existing object.'

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

Parameters4/5

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

Though the top-level schema reports 0% coverage, the nested schema describes each field ('New (x, y, z) scale factors', 'Omit to leave unchanged', etc.). The description reinforces these semantics and adds an example call showing how to set location and scale together. It also explains the `params` wrapper, making its structure clear, so the description compensates for any coverage gaps.

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 opens with 'Set location, rotation, and/or scale of an existing object,' which uses a specific verb and resource, clearly distinguishing this from siblings like create_primitive or delete_object. It also clarifies the scope (existing object) and the exact transform properties involved, leaving no ambiguity about the tool's function.

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

Usage Guidelines4/5

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

The description provides clear context for when to use the tool: to modify an existing object's transform. It also explains partial updates ('Any field left as `None` is left unchanged') and idempotency, which guides usage in repeated or incremental operations. However, it does not explicitly exclude or name alternative tools, which would merit a 5.

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/Aayushdubey101/Blender-MCP'

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