Skip to main content
Glama

generate_rigify_rig

Generates a Rigify control rig from a provided metarig in Blender, enabling advanced character animation setup.

Instructions

由元骨架生成 Rigify 控制骨架。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metarigYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior1/5

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

No annotations exist, so the description must bear the full transparency burden. It does not disclose whether the metarig is modified, if the operation is destructive, or any side effects, leaving the behavior opaque.

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 a single, concise sentence with no unnecessary words or repetition. It is well-structured and immediately readable.

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

Completeness2/5

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

The description explains the core purpose but lacks context about the metarig's required state, the output format, or potential side effects. Given the complexity of Rigify rigs and the presence of many sibling tools, this is insufficient for a user to fully understand the tool's role.

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

Parameters2/5

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

The single parameter 'metarig' is a string with no schema description. The tool description does not clarify what the string represents (e.g., object name, path), leaving the parameter semantics ambiguous.

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 action (generate) and the resource (Rigify control rig from a metarig), making the purpose unambiguous. It is specific enough to distinguish from related tools like add_rigify_metarig.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool compared to alternative rig-related tools, nor does it mention any prerequisites or conditions for invocation.

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