Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

pipeline_generate_blueprint

Export avatar blueprint JSONs and FBX for Unity import. Creates avatar_blueprint, physbones, expression_menu, expression_params, and shape_key_report files.

Instructions

Export all configuration JSONs alongside the FBX for Unity import. Generates: avatar_blueprint.json, physbones.json, expression_menu.json, expression_params.json, shape_key_report.json.

Parameters:

  • mesh_name: Target mesh. If empty, uses active/largest.

  • output_dir: Directory to save blueprints. If empty, uses ~/Desktop/{avatar_name}/.

  • avatar_name: Avatar name for the blueprint (default: "Avatar")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mesh_nameNo
output_dirNo
avatar_nameNoAvatar

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only states that it generates files, but does not discuss side effects, overwrite behavior, permissions, or any other operational aspects.

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 two clear sentences about the tool's purpose followed by a well-structured parameter list. No extraneous information.

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?

The description adequately covers the tool's output files and parameters. However, given that this is a pipeline tool with many siblings, the lack of usage guidance and behavioral details partly undermines completeness.

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?

The description provides explicit parameter explanations outside the schema, which has 0% coverage. It explains default behaviors for mesh_name and output_dir, and the purpose of avatar_name, adding meaningful semantics.

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?

The description clearly states the tool exports configuration JSONs for Unity import and lists specific files. It uses a specific verb and resource, making the purpose clear, but does not explicitly differentiate from related pipeline tools such as pipeline_blender_to_unity.

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

Usage Guidelines2/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 versus other export or pipeline tools. It does not mention prerequisites, when not to use it, or alternatives.

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