Skip to main content
Glama
vino3dx
by vino3dx

mod_symmetry

Destructive

Mirror objects across a chosen axis and weld seams to create symmetrical left/right characters. Applies to selected or named objects, with optional flip and weld threshold.

Instructions

对称修改器:沿 axis 轴镜像对象并焊接接缝(weldSeam)。做角色左右对称时很方便。 [English] Symmetry modifier: mirror the object across axis and weld the seam (weldSeam). Handy for left/right symmetric characters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
axisNo对称轴 0=X/1=Y/2=Z,默认 0。 | Mirror axis 0=X/1=Y/2=Z, default 0.
flipNo翻转镜像方向,默认否。 | Flip mirror direction, default false.
nameNo修改器名。 | Modifier name.
objectsNo对象名列表;省略则使用当前选择。 | Object names; omit for selection.
weldSeamNo焊接接缝,默认是。 | Weld seam, default true.
thresholdNo焊接阈值(场景单位)。 | Weld threshold (scene units).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already signal destructiveHint=true and readOnlyHint=false. The description adds concrete behavior beyond that: mirroring across an axis and welding the seam, which explains why the tool is destructive. No contradiction with annotations.

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 two concise bilingual clauses with no filler. It front-loads the core action and follows with a practical use case.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with a fully documented schema and destructive annotations, the description supplies the necessary intent and the context where it is useful. It could have added one sentence about objects being modified or the modifier-stack behavior, but nothing critical is missing.

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 coverage is 100%, so each of the 6 parameters already has a meaningful description. The tool description only reinforces axis and weldSeam without adding new details such as threshold units or object-selection behavior, which is acceptable at the baseline.

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 identifies a specific operation: 'mirror the object across axis and weld the seam (weldSeam)', and labels it a Symmetry modifier. This is distinct from sibling modifiers and from mirror_object, which only mirrors without the modifier/weld semantics.

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

Usage Guidelines4/5

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

It gives a clear use case: 'Handy for left/right symmetric characters.' It does not explicitly name alternatives or when-not-to-use cases, so it stops short of full routing guidance, but the context is directly actionable.

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