Skip to main content
Glama
vino3dx
by vino3dx

mod_pathdeform

Destructive

Apply a Path Deform modifier to bend objects along a chosen path. Control position with percent, plus twist and rotation for precise shaping.

Instructions

路径变形修改器:让对象沿一条路径(path)变形。percent 为路径位置百分比,twist/rotation 控制扭转与旋转。 [English] PathDeform modifier: deform an object along a path. percent is the position along the path (0-100), twist/rotation add twist and rotation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
axisNo变形轴 0=X/1=Y/2=Z,默认 2。 | Deform axis 0=X/1=Y/2=Z, default 2.
nameNo修改器名。 | Modifier name.
twistNo扭转(度)。 | Twist in degrees.
objectsNo对象名列表;省略则使用当前选择。 | Object names; omit for selection.
percentNo路径位置百分比 0-100。 | Position along path, percent 0-100.
rotationNo旋转(度)。 | Rotation in degrees.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already disclose that this is a mutating/destructive operation, so the description only needs to add context beyond that. It does explain that a PathDeform modifier is applied and that percent/twist/rotation affect the deformation, but it does not describe side effects on the modifier stack or failure behavior when no path is available.

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 and front-loads the core purpose before detailing parameters. The bilingual duplication is mild redundancy, but the overall length is compact and every sentence contributes useful information.

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?

The description omits where the 'path' comes from—there is no path parameter in the input schema, so an agent cannot tell whether to select a path object, rely on current selection, or use some other mechanism. Since there is no output schema, the description also does not clarify what result or confirmation an agent should expect, leaving a central gap for correct invocation.

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?

Schema description coverage is 100%, so the schema already documents all six parameters. The description adds only a rephrasing of percent and twist/rotation; it does not provide additional meaning for axis, name, or objects beyond what the schema already states.

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 states a specific verb ('deform'), a specific resource ('an object'), and the mechanism ('along a path'), and it names the exact modifier ('PathDeform modifier'). This makes it clearly distinguishable from sibling modifier tools like mod_bend, mod_twist, and mod_sweep.

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

Usage Guidelines3/5

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

The description implies the use case—deforming an object along a path—but it does not explicitly state when to choose this tool over alternatives or mention prerequisites/exclusions. There is no guidance about whether a path object must be selected or how it is supplied, so usage context is only implied.

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