Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Drawing Settings (read / change)

drawing_settings

Set or view AutoCAD drawing settings by friendly names. Change units, dimension text, scale, and more without memorizing system variable names; omit arguments to get a full snapshot.

Instructions

Read or change common AutoCAD drawing settings by friendly name.

A convenience facade over the system variables (INSUNITS, LUPREC, LTSCALE, DIMSCALE, DIMTXT, DIMASZ, DIMDEC, DIMDSEP, DIMZIN, TEXTSIZE, OSMODE, …) so the user can say "set units to mm and dimension text to 3.5" without memorising sysvar names. Call with no argument to get a full snapshot of the current settings.

dim_text_height / dim_arrow_size / dim_decimals / decimal_separator / zero_suppression shape the dimensiontext_size is TEXTSIZE, the height of a standalone TEXT entity, and does not touch dimensions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
settingsNoOmit to READ every setting; pass a dict to CHANGE them. Friendly keys: units (mm/cm/m/inch/feet), linear_precision, angular_precision, ltscale, dimscale, dim_text_height, dim_arrow_size, dim_decimals, decimal_separator ("." or ","), zero_suppression, text_size, point_mode, point_size, osmode, fillet_radius. Example: {"units": "mm", "dimscale": 1.0, "dim_text_height": 3.5}.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already signal read/write and non-destructive behavior, and the description goes beyond them by listing covered sysvars, explaining the no-arg snapshot mode, and adding the crucial nuance that dim_text_height/dim_arrow_size etc. shape dimensions while text_size affects standalone TEXT only and does not touch dimensions. No contradiction with annotations.

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 well-structured and efficiently packed: purpose in the first sentence, context in the second, call modes in the third, and a focused clarifying note on dimension versus text settings. Every sentence earns its place with no filler.

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

Completeness5/5

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

With one optional parameter, an output schema, and annotations covering the safety profile, the description is complete. It covers read/change modes, snapshot behavior, the friendly-key domain, and the potentially confusing dimension/text distinction. Nothing essential is missing for correct invocation.

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 description coverage is 100% and the schema already describes the settings parameter, friendly keys, and an example. The tool description adds meaning beyond the schema by explaining the semantic distinction between dimension-affecting keys and text_size. This earns a point above the baseline of 3.

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 states a clear and specific verb-resource pair: 'Read or change common AutoCAD drawing settings by friendly name.' It further clarifies that it is a convenience facade over system variables, which sharply distinguishes it from sibling tools like system_get_variable and system_set_variable. The scope is unambiguous.

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?

It gives explicit call-mode guidance: 'Call with no argument to get a full snapshot' and 'pass a dict to CHANGE them.' The phrase 'without memorising sysvar names' implies when to prefer this tool over raw system-variable access. However, it does not explicitly name alternative sibling tools or describe exclusion conditions, so it stops short of full 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