Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

armature_add_bones_chain

Add a chain of connected bones to an armature by specifying joint positions and a base name, with optional parent bone.

Instructions

Add a chain of connected bones (e.g., spine, arm, finger).

Args: armature_name: Target armature chain_name: Base name for bones (appends .001, .002, etc.) joints: List of [x, y, z] positions for each joint (head of each bone) Needs at least 2 points to form 1 bone. parent_bone: Parent bone for the first bone in chain

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jointsNo
chain_nameYes
parent_boneNo
armature_nameYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It notes the requirement for at least 2 joints to form 1 bone, but does not explain side effects (e.g., where bones are added relative to existing bones), permissions, or error handling. The description lacks depth on mutability and safety.

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 single introductory line and a clear Args list. No unnecessary words. Each sentence is informative and earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 4 parameters and no output schema, the description covers parameter usage but lacks details on prerequisites (e.g., armature must exist), return behavior, or error cases. It is adequate but not exhaustive.

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%, so the description must add meaning. It explains each parameter: armature_name (target), chain_name (base name with .001 suffix), joints (list of positions, minimum 2 points), parent_bone (parent for first bone). This adds significant context beyond the raw 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 adds a chain of connected bones, with examples like spine, arm, finger. It distinguishes from siblings such as armature_add_bone (single bone) and armature_create (create armature). The verb 'add' and noun 'chain of connected bones' are specific.

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 provides examples of when to use (spine, arm, finger) but does not explicitly state when not to use or name alternatives (e.g., armature_add_bone for single bones). Usage is implied but no exclusions or comparative guidance.

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