Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

sculpt_mask_advanced

Apply advanced sculpt masks: cavity, convex, normal direction, curvature, position, noise, blur, contrast, border, or paint sphere.

Instructions

Advanced sculpt masking operations.

action: 'by_cavity' — Mask concave areas (crevices) 'by_convex' — Mask convex areas (peaks) 'by_normal_direction' — Mask faces facing a direction 'by_curvature' — Mask by curvature threshold 'by_position' — Gradient mask along an axis 'by_noise' — Procedural noise mask 'blur' — Gaussian blur existing mask 'contrast' — Increase/decrease mask contrast 'border' — Mask only the border between masked/unmasked 'paint_sphere' — Paint mask in a sphere region

params (JSON): by_normal_direction: {"direction": [x,y,z], "threshold": 0.5} by_curvature: {"min": 0.01, "max": 0.1} by_position: {"axis": "Z", "min": 0.0, "max": 1.0} by_noise: {"scale": 0.1, "threshold": 0.5} contrast: {"factor": 2.0} paint_sphere: {"center": [x,y,z], "radius": 0.1, "value": 1.0}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoby_cavity
paramsNo{}
mesh_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It lists actions and their parameters but does not describe side effects, performance implications, or whether operations are destructive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear list of actions and a mapping to parameters. It is somewhat lengthy but front-loaded with the purpose, and the structure aids readability.

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?

Given the complexity of the tool, the description covers actions and their parameters but lacks information on output, error handling, prerequisites (e.g., existence of mask data), and the order of operations. An output schema exists but is not referenced.

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 adds significant meaning beyond the input schema by explaining each action and providing example JSON structures for the 'params' parameter. The schema only defines types with no descriptions, so the description compensates effectively.

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 is for 'Advanced sculpt masking operations' and enumerates specific actions like 'by_cavity', 'by_convex', etc., distinguishing it from simpler tools like 'sculpt_mask'.

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 lists actions but does not provide guidance on when to use this tool versus alternatives like 'sculpt_mask' or other sculpt tools. Usage context is implied by the action list but not explicitly stated.

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