Skip to main content
Glama
U-C4N
by U-C4N

Drawing Settings (read / change)

drawing_settings

Adjust or view AutoCAD drawing settings such as units, dimension scale, and precision using friendly names, without memorizing system variable names.

Instructions

Read or change common AutoCAD drawing settings by friendly name.

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

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, text_size, point_mode, point_size, osmode, fillet_radius. Example: {"units": "mm", "dimscale": 1.0, "linear_precision": 2}.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations indicate it is not read-only and not destructive, matching the 'read or change' description. Adds that it is a convenience facade over system variables, but does not detail persistence or error handling. Still, good transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is two paragraphs with a clear first sentence. It is concise but could be slightly more terse; still well-structured and front-loaded.

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?

Given one parameter, high schema coverage, and an existing output schema, the description sufficiently covers both reading and changing behavior. No missing context.

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

Parameters5/5

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

The single parameter is fully described in the schema. The description reinforces behavior when omitted vs. provided, lists all friendly keys, and gives an example, adding significant meaning beyond 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?

Clearly states it reads or changes common AutoCAD drawing settings by friendly name. Distinguishes from sibling tools like system_set_variable by highlighting convenience and friendly names.

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?

Explicitly says to call with no argument to read all settings, and pass a dict to change. Provides example. Implicitly distinguishes from system variables but does not explicitly state when not to use this tool (e.g., for unsupported settings).

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/U-C4N/Autocad-MCP'

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