Skip to main content
Glama

apply_transforms

Apply location, rotation, and scale transforms to specified objects in Blender, resetting their transformation values while preserving the visual result.

Instructions

应用变换到网格数据(Ctrl+A)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scaleNo
objectsYes
locationNo
rotationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says 'apply transforms' without stating that it modifies object data and resets transform values, nor does it mention potential destructive or irreversible effects. The description is too sparse to be transparent about the operation's side effects.

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 a single short sentence with no wasted words, and the core action is front-loaded. It is appropriately concise, though it sacrifices necessary detail for brevity.

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?

For a tool with four parameters, one required, and no annotations, the description is incomplete. It does not explain the effect of each boolean, the expected format of 'objects', or any return value (though an output schema exists, it is not shown). It also does not help the agent decide when to use this tool among many related siblings.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate by explaining parameters. It does not mention that 'scale', 'location', and 'rotation' are toggles controlling which transforms to apply, nor what the 'objects' parameter expects. The parameter names are self-explanatory, but the description adds no semantic value beyond them.

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

Purpose4/5

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

The description states a specific verb ('apply') and resource ('transforms to mesh data'), which is clear enough to distinguish from sibling tools like apply_modifier or set_transform. However, it does not explicitly say that applying resets the object's transform values to zero while baking them into the mesh, which is a key nuance. It is concise and unambiguous at a high level.

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?

There is no guidance on when to use this tool versus alternatives such as set_transform or apply_modifier. The description does not mention any conditions, prerequisites, or exclusions, leaving the agent to infer usage from the name alone.

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

Deploy Server

Other Tools