Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Edit Geometry

entity_edit_geometry

Modify an existing entity's geometry directly by updating circle/arc center, radius, angles, or line endpoints; the handle is preserved and no delete/recreate is needed.

Instructions

Edit the defining geometry of an existing entity in place (no delete/recreate).

CIRCLE: cx/cy/radius · LINE: x1/y1/x2/y2 · ARC: cx/cy/radius/start_angle/end_angle. Any argument left out is unchanged; the handle is preserved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cxNoNew center X (CIRCLE/ARC)
cyNoNew center Y (CIRCLE/ARC)
x1NoNew start X (LINE)
x2NoNew end X (LINE)
y1NoNew start Y (LINE)
y2NoNew end Y (LINE)
handleYesHandle of an existing CIRCLE, LINE, or ARC
radiusNoNew radius (CIRCLE/ARC)
end_angleNoNew end angle in degrees (ARC)
start_angleNoNew start angle in degrees (ARC)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already mark readOnlyHint=false and destructiveHint=false; the description adds that edits happen in place, the handle is preserved, and omitted arguments leave values unchanged. This is meaningful behavioral context beyond the annotations and is consistent with them.

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?

Three terse lines: purpose, per-type parameter mapping, and preservation rule. Every sentence carries information and it is front-loaded.

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 10-parameter, mid-complexity tool with output schema and annotations, the description covers the essential cross-parameter constraints and omit behavior. It doesn't explicitly address invalid parameter/entity-type combinations (e.g., passing x1 for CIRCLE), but that is reasonably inferable from the per-type mapping.

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

Parameters4/5

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

Schema covers 100% with individual descriptions, but the description adds entity-type parameter groups (CIRCLE/LINE/ARC) and the 'left out is unchanged' semantics that the null defaults alone don't convey. That meaningfully augments the 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?

States a specific verb ('Edit') and resource ('defining geometry of an existing entity'), and clarifies scope with 'in place (no delete/recreate)'. This distinguishes it from entity_create_* and other modify tools such as entity_mirror/entity_trim, making its purpose unmistakable.

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

Usage Guidelines4/5

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

Shows it applies to existing entities and explicitly excludes delete/recreate, and the per-entity parameter mapping guides correct use. It doesn't name sibling alternatives (e.g., entity_create_line vs this) nor give explicit when-not conditions beyond the delete/recreate exclusion, but the context is clear enough.

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