Skip to main content
Glama

set_brush_property

Adjust sculpt brush settings like size, strength, smoothing, and front-face usage in Blender to customize 3D modeling tools for precise digital sculpting.

Instructions

Set a property on the active sculpt brush.

Args: property: Property to set - size, strength, auto_smooth_factor, or use_frontface. value: Value to set. size is int (1-500), strength is float (0.0-1.0), auto_smooth_factor is float (0.0-1.0), use_frontface is bool.

Returns: Confirmation dict with property name and new value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
propertyYes
valueYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes the tool's behavior: it modifies properties of the active sculpt brush (indicating a mutation operation), specifies the exact properties that can be set and their value types/constraints, and mentions the return format ('Confirmation dict'). It lacks details on error conditions or side effects, but covers core behavior well for a tool with no annotations.

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 clear sections (Args, Returns) and uses bullet-like formatting for parameter details. It is front-loaded with the core purpose. Some minor verbosity exists (e.g., repeating 'Value to set' could be tighter), but overall it is efficient and every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (2 parameters, mutation operation), no annotations, and an output schema present (which handles return values), the description is complete. It covers purpose, parameters with semantics, and return format. The output schema existence means the description doesn't need to detail return values, and it adequately addresses the gaps from missing annotations and low schema coverage.

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%, so the description must fully compensate. It does so excellently: it explains both parameters ('property' and 'value'), lists all valid property names (size, strength, auto_smooth_factor, use_frontface), and provides detailed value constraints (e.g., size is int 1-500, strength is float 0.0-1.0). This adds crucial meaning beyond the bare 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 the specific action ('Set a property') on a specific resource ('the active sculpt brush'), distinguishing it from sibling tools like 'set_sculpt_brush' (which likely selects brushes) and 'set_bone_property' or 'set_camera_property' (which target different resources). The verb+resource combination is precise and unambiguous.

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 implies usage context by specifying 'active sculpt brush', suggesting it should be used when sculpt mode is active and a brush is selected. However, it does not explicitly state when to use this tool versus alternatives like 'set_sculpt_brush' (which might change the brush type) or mention prerequisites (e.g., needing to be in sculpt mode). The guidance is present but incomplete.

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/HoldMyBeer-gg/blend-ai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server