Skip to main content
Glama
dwgx

Blender Copilot MCP Server

by dwgx

sculpt_mask

Manage sculpt masks on a mesh by clearing, inverting, smoothing, sharpening, growing, shrinking, or converting from a vertex group. Optionally invert the resulting mask.

Instructions

Manage sculpt masks on a mesh.

Args: mesh_name: Name of the mesh object. action: Mask action — CLEAR (remove mask), INVERT (flip), SMOOTH, SHARPEN, GROW, SHRINK, FROM_VERTEX_GROUP. vertex_group: Vertex group name (required for FROM_VERTEX_GROUP action). invert: Invert the resulting mask.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoCLEAR
invertNo
mesh_nameYes
vertex_groupNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It lists actions but does not disclose side effects, requirements (e.g., specific mode), or behavior of each action in detail. The invert parameter is noted but lacking context on interaction with other actions.

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 concise with a clear front-loaded sentence. The Args section is structured but could be more succinct as plain text. Overall, every part serves a purpose.

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 no annotations and no output schema, the description adequately covers parameters but lacks information on mode requirements, return values, error handling, or interaction with other mask tools. It is adequate but leaves gaps for an agent without additional context.

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 coverage is 0%, so the description adds significant value by explaining each parameter: mesh_name, action with enumerated list, vertex_group condition, and invert. However, not all actions are fully explained (e.g., difference between smooth and sharpen).

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 'Manage sculpt masks on a mesh', which is a specific verb-resource pair. It distinguishes from sibling tools like 'sculpt_mask_advanced' by focusing on basic mask actions such as clear, invert, smooth, etc.

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 available actions but does not provide guidance on when to use this tool versus alternatives like 'sculpt_mask_advanced' or other sculpt tools. There is no mention of prerequisites (e.g., sculpt mode) or exclusions.

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