Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Set Entity Properties

entity_set_properties

Change layer, color, linetype, lineweight, or visibility of an existing drawing entity by specifying its handle.

Instructions

Change one or more properties of an entity (layer, color, linetype, lineweight, visibility).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorNoNew ACI color (256=ByLayer, 0=ByBlock, 1-255=specific)
layerNoNew layer name
handleYesEntity handle
visibleNoSet entity visibility
linetypeNoNew linetype name (e.g. 'DASHED', 'CENTER', 'ByLayer')
lineweightNoLineweight in 0.01mm units (-3=ByLayer, -2=ByBlock)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already signal a non-read-only, non-destructive mutation, and the description is consistent with them. The phrase 'one or more' adds partial-update context, but the description does not state whether omitted/null properties are preserved, or how invalid values or entities are handled.

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?

A single front-loaded sentence contains the verb, target, and complete property scope. There is no filler, redundancy, or restating of schema details.

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?

For a focused property-update tool, the combination of description, 100% schema parameter documentation, and an output schema is sufficient for correct invocation. The main missing context is usage guidance and explicit no-change semantics for omitted properties, but these are relatively minor at this complexity level.

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 100%, so parameters are already fully documented with details such as ACI color meanings and lineweight units. The description merely lists property names and adds no parameter semantics beyond what the schema provides.

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 uses a specific verb ('Change') with a clear resource ('properties of an entity') and enumerates the exact property set: layer, color, linetype, lineweight, visibility. This distinguishes it from geometric editing siblings like entity_move, entity_scale, and entity_edit_geometry.

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 property list gives an implied use case: call this tool when modifying entity display/classification properties rather than geometry. However, it provides no explicit exclusions or alternatives, such as when to prefer entity_change_space, entity_edit_geometry, or layer_modify.

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