Skip to main content
Glama

add_boolean

Cut one object with another via Boolean modifier, selecting solver and operation. Hides cutter by default; verify topology as booleans can be messy.

Instructions

Add a Boolean modifier to cut one object with another.

Booleans make messy topology -- check the result with analyze_game_asset and a render before applying.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesObject being cut
cutterYesObject used as the tool
solverNoEXACT is the reliable default; MANIFOLD is faster but needs watertight inputEXACT
operationNoDIFFERENCE
hide_cutterNoHide the cutter object afterwards
modifier_nameNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior3/5

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

Annotations are absent, so the description carries a heavier burden. It does add useful behavioral context by warning that Booleans create messy topology and that results should be checked before applying. However, it does not describe side effects such as modifier-stack behavior, cutter visibility, or potential failure conditions.

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?

The description is two sentences with the primary purpose front-loaded and a concise risk warning as the second sentence. There is no filler or redundant restating of schema information.

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?

For a 6-parameter tool with no annotations and no output schema, the description covers the core purpose and the main risk, but it leaves edge-case behavior to inference. The schema supplies solver and operation defaults, so basic invocation is viable, but deeper context such as modifier naming and non-watertight geometry is not addressed.

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

Parameters3/5

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

Schema description coverage is 67%, and the key parameters name and cutter are already documented in the schema. The description adds no parameter-level detail and does not help clarify the undocumented operation or modifier_name parameters, so the schema carries most of the burden.

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 opening sentence uses a specific verb and resource ('Add a Boolean modifier') and states the intended effect ('cut one object with another'). This makes it easy to distinguish from sibling generic modifiers like add_modifier and from other specific modifiers like add_bevel.

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 a clear use case (cutting one object with another), so an agent can infer when the tool is relevant. However, it does not explicitly name alternatives or exclusion conditions, and the topology warning is post-operation guidance rather than tool-selection guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools