Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

boolean_cleanup

Perform boolean operations on meshes and automatically clean up geometry by dissolving degenerate, removing duplicates, and converting tris to quads.

Instructions

Expert boolean operation with automatic cleanup pipeline. Uses EXACT solver + dissolve degenerate + remove doubles + tris to quads.

Parameters:

  • mesh_name: Target mesh

  • cutter_name: Cutter object. If empty, just runs cleanup on existing mesh.

  • operation: "DIFFERENCE", "UNION", "INTERSECT" (default: "DIFFERENCE")

  • auto_cleanup: Run full cleanup pipeline after boolean (default: True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mesh_nameYes
operationNoDIFFERENCE
cutter_nameNo
auto_cleanupNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, description must disclose behavior. It details the cleanup pipeline (EXACT solver, dissolve degenerate, etc.) but does not reveal whether the tool is destructive, modifies in place, or any side effects on the mesh.

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?

Extremely concise: a single line for purpose, then bulleted parameter list. No filler. Informative yet efficient.

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?

With an output schema present, return values are covered. The description fully documents all four parameters and their behavior. Could mention side effects like whether it modifies the mesh in-place, but overall complete for the tool's complexity.

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 description must compensate. It does so by clearly explaining each parameter: mesh_name as target, cutter_name with special empty behavior, operation with enums and default, auto_cleanup with function. Adds significant meaning 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?

Clearly describes a boolean operation with an automatic cleanup pipeline, distinguishing it from the simpler sibling tool 'boolean_operation'. The verb 'operation' combined with 'cleanup' makes the purpose 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?

Implies usage for boolean operations needing cleanup, but does not explicitly state when to prefer this over sister tools or alternative approaches. No exclusions or context provided.

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