Skip to main content
Glama

set_dimensions_mm

Destructive

Set an object's width, height, and depth to exact millimeter values for accurate sizing in 3D printing and modeling.

Instructions

Skala objek ke dimensi milimeter presisi.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depth_mmYes
width_mmYes
height_mmYes
object_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations declare destructiveHint=true, and the description says 'scale object' which implies mutation. However, the description adds no extra context about side effects (e.g., overwriting existing dimensions, affecting object children, or being non-reversible). It relies entirely on the annotation without elaborating, so it adds minimal value beyond structured data.

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

Conciseness3/5

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

The description is a single short sentence, which is highly concise and easy to read. However, it is under-specified for a tool with four parameters and destructive behavior, so the brevity reflects incompleteness rather than efficient information density.

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 tool has 4 required parameters, no schema descriptions, a destructive hint, and an output schema, the one-sentence description is inadequate. It doesn't explain return values, behavior on non-existent objects, units handling, or any preconditions. The agent cannot fully understand the tool's scope from this description.

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?

The input schema has 0% description coverage, and the description only mentions 'dimensi milimeter' which simply reiterates the unit from parameter names (width_mm, height_mm, depth_mm). It does not clarify the meaning of object_name, axis mapping, or whether values are absolute or relative. The description fails to compensate for the absent schema documentation.

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 uses a specific verb ('skala' / scale) and names the resource (object) and exact dimensions (milimeter presisi). This clearly identifies the tool's function, but it does not differentiate from sibling tools like transform_object or batch_set_scale, which also modify object scale.

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. It doesn't mention prerequisites, whether it's for design-time scaling, or how it relates to other scale/transform tools. The agent is left without context for selection.

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

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