Skip to main content
Glama
vino3dx
by vino3dx

mod_bend

Destructive

Apply a bend modifier to 3ds Max objects, specifying axis, angle, direction, and optional limits. Controls object curvature directly through the MCP server.

Instructions

弯曲修改器:沿 axis 轴把物体弯 angle 度,direction 控制弯曲平面方向。 [English] Bend modifier: bend the object by angle degrees around axis; direction sets the bend plane.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
axisNo弯曲轴 0=X/1=Y/2=Z,默认 0。 | Bend axis 0=X/1=Y/2=Z, default 0.
nameNo修改器名。 | Modifier name.
angleNo弯曲角度(度)。 | Bend angle in degrees.
limitNo启用上下限,默认否。 | Enable upper/lower limits, default false.
objectsNo对象名列表;省略则使用当前选择。 | Object names; omit for selection.
directionNo弯曲方向(度)。 | Bend direction in degrees.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=true, so the safety profile is known. The description adds the core geometric behavior but does not disclose what exactly becomes destructive, whether the modifier can be removed later, or side effects on the object stack. It aligns with annotations without contradicting them.

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 very concise and front-loaded with the core operation, with every sentence carrying useful information. The bilingual formatting is compact and does not introduce redundancy.

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 6-parameter destructive modifier tool, the description covers the primary geometric behavior but omits guidance on when to use it, how it interacts with object selection, and what the modifier application implies. The schema compensates for parameter details, but usage context remains thin.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value beyond the schema by clarifying the relationship between parameters: bending happens along the axis by angle, and direction specifically sets the bend plane. This is not fully captured by the individual parameter descriptions.

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 the operation: a bend modifier that bends an object by a given angle around an axis, with direction controlling the bend plane. This distinguishes it from sibling modifier tools like mod_twist or mod_taper by naming the specific geometric behavior.

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 does not say when to use this tool instead of other modifier tools, nor does it mention any alternatives or excluded cases. The intended use is only implied by the function name and basic description.

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