Skip to main content
Glama
vino3dx
by vino3dx

set_pivot

Destructive

Move or center an object's pivot to a specified coordinate, its geometric center, or the world origin before animation, parenting, or rotation to avoid incorrect spin behavior.

Instructions

移动或居中对象的轴点(pivot)。place=放到指定坐标,center=几何中心,origin=世界原点。烘焙动画/父子链接前先定好轴点,否则旋转会绕错位置。 [English] Move or center an object's pivot. place=given coord, center=geometric center, origin=world origin. Set the pivot before baking animation or parenting or rotation spins around the wrong spot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoplace/center/origin。 | place/center/origin.place
objectsNo对象名称列表;省略则用当前选择。 | Object names; omit for the selection.
positionNoplace 模式下轴点坐标 [x,y,z]。 | Pivot coord for place mode [x,y,z].

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

Annotations indicate destructiveHint=true and readOnlyHint=false, meaning this tool can modify the scene. The description does not add explicit warnings about destructive effects, but it does mention the importance of setting the pivot before baking/parenting. It does not contradict annotations and adds some workflow context, but lacks details on reversible behavior or implications of mode changes.

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 concise, with a clear bilingual structure (Chinese and English) and a well-placed key usage tip at the end. Each sentence serves a purpose, and the critical information about modes and when to use is front-loaded. No redundancy or filler.

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?

Given the tool's simplicity and that the schema fully describes parameters, the description covers the essential usage context, including modes and workflow timing. It lacks detailed behavioral context (e.g., how the property change affects other object properties), but for a pivot-set tool this is likely sufficient. No output schema exists, but return values are not critical for decision-making.

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?

The schema provides descriptions for all parameters with 100% coverage. The description summarizes the enum meanings (place/center/origin) but does not add additional syntax or semantics beyond what the schema already provides. For instance, it clarifies that 'position' is only used in 'place' mode, which is implicitly stated in the schema but not explicitly. This aligns with the baseline for high schema coverage.

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 verb 'move or center an object's pivot' with specific resources (objects). It distinguishes three modes (place, center, origin) and highlights the purpose in animation/parenting workflows. It effectively differentiates from other object manipulation tools by focusing specifically on pivot point manipulation.

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?

The description explains when to use the tool (before baking animation or parenting) but does not explicitly mention alternatives or when not to use it. However, the context is clear enough for an agent to infer the appropriate use case. It provides a clear functional context without 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