Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

retopology

Convert high-poly meshes to clean, animation-ready topology. Select quadriflow for quads, voxel for fast remesh, or shrinkwrap for a conforming low-poly proxy.

Instructions

Retopologize a mesh for clean animation-ready topology.

Parameters:

  • mesh_name: Target mesh (typically a high-poly sculpt or scan)

  • method: "quadriflow" — produces clean quads (best for characters) "voxel" — fast voxel remesh (produces tris, good for booleans cleanup) "shrinkwrap" — create low-poly proxy that conforms to surface

  • target_faces: Target face count (default: 5000)

  • params: JSON extra params: voxel: {"voxel_size": 0.01} shrinkwrap: {"source": "HighPoly", "subdivisions": 3}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNoquadriflow
paramsNo{}
mesh_nameYes
target_facesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided. Description discloses three methods (quadriflow, voxel, shrinkwrap) with their outputs and use cases, plus target face count and extra params. Does not mention side effects or permissions, but is fairly 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?

Description is concise with a clear header and structured parameter list. Every sentence adds value, no wasted words.

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?

Output schema exists, so return values documented elsewhere. Description covers purpose, all parameters, and methods. Lacks error conditions or prerequisites, but is sufficient for typical use. Complexity is moderate.

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

Parameters5/5

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

Schema description coverage is 0%, but the description explains all 4 parameters: mesh_name, method (with examples), target_faces (default), and params (with per-method examples). Adds significant value beyond 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 'Retopologize a mesh for clean animation-ready topology' with a specific verb and resource, and parameter details differentiate it from siblings like 'remesh' and 'decimate'.

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?

No explicit guidance on when to use this tool vs alternatives like 'remesh' or 'decimate'. The purpose is implied but not contrasted with related tools.

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