Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Create Wipeout

entity_create_wipeout

Create a wipeout from a closed polygon to hide unwanted drawing content behind its outline. Requires at least three points to ensure a non-zero area mask.

Instructions

Create a WIPEOUT that hides drawing content behind its outline.

Refuses fewer than three points: a zero-area mask hides nothing while reporting success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layerNoTarget layer. Empty uses the current layer.
pointsYesClosed polygon as [[x, y], ...]; at least 3 points.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Goes beyond the destructiveHint annotation by disclosing the hiding behavior and the refusal condition for invalid point counts, explaining why fewer than three points is rejected. This prevents an agent from passing degenerate geometry that would silently produce a useless mask.

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?

Two sentences, each earning its place: the first states the purpose, the second handles an important edge case. No redundancy, filler, or repetition of schema information.

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

Completeness4/5

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

Contains the essential behavioral context and edge-case handling for a tool with only two well-documented parameters. It does not explicitly state the return value (and no output schema is present), but the core call semantics are complete and unambiguous.

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?

The input schema already documents both parameters well ('layer' default and 'points' format). The description adds the context that points form the outline and reinforces the 3-point minimum, but provides no new parameter-level semantics beyond what the schema states.

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?

States a specific verb ('Create'), resource ('WIPEOUT'), and its defining behavior ('hides drawing content behind its outline'), distinguishing it clearly from sibling entity creation tools like entity_create_hatch or entity_create_polyline.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides no guidance on when to choose this tool over alternatives, such as when a wipeout is preferable to a hatch or other masking approach. The 'Refuses fewer than three points' note is a boundary condition, not selection guidance.

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/CaeliaEve/autocad-mcp-ultra'

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