boolean_operation

boolean_operation

Server Sketchup Mcp2 zinin/sketchup-mcp2
Category Execute
Risk class High
Parameters 00 required

What boolean_operation does on Sketchup Mcp2

AI agents invoke boolean_operation to trigger actions in Sketchup Mcp2. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.

Why boolean_operation needs a policy

Boolean operations in SketchUp/3D modeling modify scene geometry, which is closer to Execute or Write. Since the description is empty, confidence is low. Given sibling tools like eval_ruby (code execution) and delete_component (destructive), this server handles high-impact operations.

From the tool's definition Tool name 'boolean_operation' with empty description. In 3D modeling contexts, boolean operations (union, subtract, intersect) modify geometry by combining or cutting meshes.

Questions about boolean_operation

What does the boolean_operation tool do? +

boolean_operation. It is categorised as a Execute tool in the Sketchup Mcp2 MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

How do I enforce a policy on boolean_operation? +

Register the Sketchup Mcp2 MCP server in PolicyLayer and add a rule for boolean_operation: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Sketchup Mcp2. Nothing to install.

What risk level is boolean_operation? +

boolean_operation is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit boolean_operation? +

Yes. Add a rate_limit block to the boolean_operation rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block boolean_operation completely? +

Set action: deny in the PolicyLayer policy for boolean_operation. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides boolean_operation? +

boolean_operation is provided by the Sketchup Mcp2 MCP server (zinin/sketchup-mcp2). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

boolean_operation is one line of Sketchup Mcp2's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.