Skip to main content
Glama
vino3dx
by vino3dx

rig_set_bone_size

Destructive

Adjust the display size of bones in bulk by setting width and height; affects visualization only, not skinning.

Instructions

批量设置骨骼的宽/高(仅影响显示,不影响绑定)。 [English] Set the width / height of bones in bulk (display only, does not affect skinning).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNo宽度(>=0 才设置)。 | Width (set only if >=0).
heightNo高度(>=0 才设置)。 | Height (set only if >=0).
objectsNo骨骼名列表;省略则用当前选择。 | Bone names; omit for the current selection.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

Beyond the annotations, the description adds meaningful behavioral context: the operation only affects display and does not alter skinning/weights. This is especially useful given destructiveHint=true, though it does not detail reversibility or exact overwrite behavior.

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?

Two compact bilingual sentences clearly convey the purpose and the key non-skinning caveat. No filler or redundant content; the most important facts are front-loaded.

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 simple setter with well-documented parameters and no output schema, the description covers operation scope, bulk mode, and the critical display-only distinction. A minor gap is that omitted width/height behavior could be explicitly clarified, but the schema already implies conditional setting.

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%, and each parameter already has clear semantics (width/height set only if >=0; objects optional with current selection fallback). The description reinforces bulk behavior but adds no parameter-specific meaning beyond the schema.

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 specific action (set width/height), the resource (bones), and the bulk mode. It also explicitly notes that it is display-only and does not affect skinning, which differentiates it from rig_skin_* sibling tools.

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 when to use the tool: when the user wants to change bone display size without affecting the rig/skinning. However, it does not name alternatives or provide explicit when-not-to-use guidance, leaving some inference to the agent.

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