Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

vrc_accessory_auto_align

Automatically detect and fix misaligned VRChat accessories by aligning their bounding box to a target bone position and normalizing scale and rotation. Run before attaching the accessory.

Instructions

Auto-detect and fix misaligned accessories (shoes, hats, etc.) by comparing their bounding box to the target bone position and normalizing scale/rotation. Run this BEFORE vrc_attach_accessory.

Parameters:

  • accessory_name: Name of the accessory mesh to align

  • armature_name: Avatar armature. If empty, uses first found.

  • target_bone: Target bone to align near (e.g., "Left foot"). Optional — used for positioning hint.

  • scale_mode: "auto" (detect and fix), "match_armature" (match armature scale), "none" (skip)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scale_modeNoauto
target_boneNo
armature_nameNo
accessory_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It describes the detection and normalization process and mentions scale_mode options. However, it does not explicitly state whether the fix is destructive or reversible, or what happens on failure. Adequate but not highly transparent.

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 and front-loaded: the first sentence states the high-level purpose, followed by a crucial usage hint ('Run this BEFORE...'), then a parameter list. Every sentence contributes value without 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?

Given that the tool has 4 parameters (none required) and no annotations, the description covers the main use case, parameter explanations, and ordering. It does not address error conditions, edge cases (e.g., missing bone), or prerequisites beyond the sibling. However, the output schema exists to document return values. Mostly complete but missing some edge-case detail.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, meaning the JSON schema has no parameter descriptions. The description compensates by explaining each parameter in plain language with examples (e.g., target_bone: "e.g., 'Left foot'"; scale_mode: "'auto' (detect and fix), 'match_armature', 'none'"). This adds significant meaning beyond the bare 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 tool's purpose: 'Auto-detect and fix misaligned accessories (shoes, hats, etc.) by comparing their bounding box to the target bone position and normalizing scale/rotation.' It specifies the verb (auto-detect and fix), resource (accessories), and method, and distinguishes from sibling vrc_attach_accessory by giving ordering instruction.

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 provides explicit guidance on when to use this tool: 'Run this BEFORE vrc_attach_accessory.' It gives clear context but does not state exclusions or alternatives beyond the sibling. No other when-not-to-use info.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dwgx/blender-copilot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server