Skip to main content
Glama
vino3dx
by vino3dx

mod_twist

Destructive

Apply a twist modifier to objects, rotating them around a chosen axis by a specified angle. Control how the twist distributes along the object's length using bias.

Instructions

扭转修改器:沿 axis 轴把物体扭转 angle 度,bias 控制扭转在长度上的分布。 [English] Twist modifier: rotate the object along axis by angle degrees; bias controls how the twist is distributed along the length.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
axisNo轴 0=X/1=Y/2=Z,默认 2。 | Axis 0=X/1=Y/2=Z, default 2.
biasNo扭转偏置 -1..1。 | Twist bias -1..1.
nameNo修改器名。 | Modifier name.
angleNo扭转角度(度)。 | Twist angle in degrees.
limitNo启用上下限,默认否。 | Enable limits, default false.
objectsNo对象名列表;省略则使用当前选择。 | Object names; omit for selection.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already mark this as non-read-only and destructive, so the description does not need to restate that. It adds some behavioral nuance by explaining that bias controls distribution along the length, but it does not clarify whether this adds a new modifier, modifies an existing one, or what side effects occur beyond the annotation.

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 short, front-loaded with the core action, and avoids filler. The bilingual repetition is slightly redundant but acceptable and does not detract significantly from clarity.

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?

The core behavior, key parameters, and object targeting are reasonably covered, and the schema supplies parameter details. However, it omits whether this tool adds a twist modifier to the stack or modifies existing geometry, and there is no mention of return behavior or the effect of the 'limit' parameter beyond its schema description.

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?

The input schema already documents all six parameters thoroughly, so the description does not need to compensate. It adds a small amount of meaning by elaborating on bias distribution, but otherwise repeats what the schema already provides.

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 clearly identifies the operation: a twist modifier that rotates an object along an axis by a given angle, with bias controlling distribution. It is specific and unambiguous, but does not explicitly differentiate this tool from sibling modifiers like mod_bend or mod_taper.

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 about when to use this tool versus alternatives such as mod_bend, mod_taper, or mod_add. The description only states what a twist modifier does, leaving the selection decision entirely to inference.

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