Skip to main content
Glama
vino3dx
by vino3dx

rig_mirror_bone_chain

Destructive

Mirror a complete bone chain across any axis and automatically rename left/right suffixes. Preserve the original chain while solving repetitive arm and leg mirroring tasks.

Instructions

沿某轴镜像一整条骨骼链,并自动重命名 _L/_R——手臂/腿镜像最常用也最繁琐的手工活。原链保持不动,新建的镜像链带新名。 [English] Mirror a whole bone chain across an axis and auto-rename _L/_R - the most common yet tedious manual job when mirroring arms/legs. The original chain is left untouched; the mirrored chain gets new names.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
axisNo镜像轴。 | Mirror axis.
objectsNo要镜像的骨骼名列表;省略则用当前选择。 | Bones to mirror; omit for the current selection.
suffixLNo左侧后缀,默认 _L。 | Left suffix, default _L.
suffixRNo右侧后缀,默认 _R。 | Right suffix, default _R.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior3/5

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

Adds the important safety detail that the original chain is left untouched and the mirrored chain receives new names, which goes beyond the readOnly/destructive hints. However, with destructiveHint=true it does not disclose any possible overwrite/collision behavior or what would happen if target names already exist.

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?

Two short bilingual sentences, with the core operation and the original-chain guarantee front-loaded. The English translation repeats the Chinese content, which is useful for multilingual agents but adds slight redundancy.

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 4-parameter tool with no output schema, the description covers purpose, use case, scope, and side-effect guarantee. It does not describe return values or error states, but those are not required given the absent output schema and fairly simple resource.

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?

Input schema already documents all four parameters (100% coverage), so the baseline is 3. The description's 'auto-rename _L/_R' reinforces the suffix params but doesn't add new semantic details such as axis sign conventions or naming behavior beyond defaults.

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?

States a specific verb ('mirror'), resource ('a whole bone chain'), and behavior ('auto-rename _L/_R'), and adds the key guarantee that the original chain is untouched. This makes it easy to tell apart from generic mirror_object or rig_create_bone_chain without opening the schema.

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?

Explicitly frames the tool as the most common and tedious manual job for mirroring arms/legs, giving clear when-to-use context. It does not name sibling alternatives or state when not to use it, so it stops short of a 5.

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