Skip to main content
Glama
vino3dx
by vino3dx

rig_create_dummy

Destructive

Create a Dummy helper object in 3ds Max to serve as a rig control or pivot point. Specify its name, box size, and position for precise rigging setup.

Instructions

创建一个虚拟体(Dummy),绑定中常作为控制器/枢轴点。 [English] Create a Dummy helper, commonly used as a rig control / pivot point.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo虚拟体名。 | Dummy name.
sizeNo盒体尺寸 [x,y,z],默认 [10,10,10]。 | Box size [x,y,z], default [10,10,10].
positionNo位置 [x,y,z],默认原点。 | Position [x,y,z], default origin.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false and destructiveHint=true, so the mutation profile is covered. The description adds conceptual context but no additional behavioral details such as side effects on the scene or selection state; it does not contradict the 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?

Two short bilingual sentences with no filler. The purpose is front-loaded, and the Chinese/English duplication is justified for accessibility.

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 creation tool with three optional parameters, no output schema, and annotations covering safety, the description is largely sufficient. It explains what the object is and its typical use, though it could mention what is returned or that the object is added to the current scene.

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 the schema already documents all three parameters with names, types, and defaults. The description adds no parameter-level meaning, so the baseline of 3 is appropriate.

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?

States a specific verb and resource: 'Create a Dummy helper', and adds its common role as a rig control/pivot point. It is unambiguous, but it does not explicitly differentiate from sibling tools like rig_create_point_helper or rig_create_bone.

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?

Provides implied usage context by noting the Dummy is commonly used in rigging as a controller or pivot point. It does not explicitly state when to choose this over alternatives or mention any exclusions.

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