Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Open Drawing

drawing_open

Opens an existing DXF drawing file for editing or inspection; DWG files are supported when the active AutoCAD COM backend can read them.

Instructions

Open an existing DXF drawing file (DWG too, on the live COM backend).

T0.2: a .dwg path is refused up front when the active backend has no dwg capability. ezdxf sniffs content rather than extensions, so it would parse a mislabelled DXF-in-a-.dwg and this tool would answer with a document that does not exist in that format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesFull path to the .dxf file. .dwg needs a backend that can read it (the live COM backend); the headless ezdxf backend refuses it.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations only provide a title, so the description carries the behavioral disclosure burden. It does reveal important traits: DWG is only supported on the live COM backend, .dwg paths are refused without the dwg capability, and ezdxf sniffs content rather than extensions, which can produce a document that doesn't exist in the expected format.

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

Conciseness3/5

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

The opening sentence is clear and front-loaded, but the 'T0.2:' paragraph is verbose and jargon-heavy. The mislabelled-file caveat is useful but could be stated more concisely without the changelog-style prefix.

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 one-parameter tool with an output schema, the description covers the key contextual concern: backend-dependent DWG support and the refusal behavior. It does not mention what happens to the currently open drawing, but the description and schema together are adequate for basic invocation.

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 schema describes the single path parameter with 100% coverage, including the DWG backend caveat. The description restates this information without adding new parameter-level specifics such as path format, absolute vs. relative paths, or file-existing requirements.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb and resource ('Open an existing DXF drawing file') and adds the DWG/backend condition. It is clear this loads an existing drawing, but it does not explicitly differentiate from siblings like drawing_new or drawing_save.

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 description implies when to use the tool by saying 'existing drawing file', but it does not state alternatives such as drawing_new for creating a new drawing, nor does it explain when not to use this tool. The backend condition for DWG is useful but not framed as routing 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