Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Save As

drawing_save_as

Save the active AutoCAD drawing to a new file path or format by specifying DWG, DXF, or DWT output; format is determined by the file extension, with an optional override for unrecognized paths.

Instructions

Save current drawing to a new path/format (DWG, DXF, or DWT template).

The on-disk format is derived from the file extension so the bytes always match the name (N2) — e.g. 'part.dxf' writes DXF, not DWG. format overrides only when the path has no recognised extension.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesFull destination path including extension
formatNoOutput format override: dwg, dxf, dwt. Default: derive from the path extension (the extension is authoritative).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations provide only a title, so the description carries the behavioral disclosure burden. It explains a non-obvious behavior: the on-disk format is derived from the file extension and format only overrides when the extension is unrecognized. This is valuable. It does not mention overwrite behavior or permissions, but the core behavioral quirk is well covered.

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?

Two sentences with no redundancy. The first sentence states the core purpose; the second delivers the critical format-resolution rule. Every sentence earns its place.

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 two-parameter tool with an output schema, the description is largely complete: it covers the required path, the optional format override, and the format-resolution edge case. It could additionally mention overwrite semantics, but the essential information needed to call the tool correctly is present.

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%, so the baseline is 3. The description adds meaningful nuance beyond the schema by clarifying that the extension is authoritative and by giving a concrete example ('part.dxf' writes DXF, not DWG). This helps the agent understand the relationship between path and format more deeply.

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 specific verb ('Save'), a clear resource ('current drawing'), and the distinguishing scope ('to a new path/format'), listing the supported formats DWG, DXF, and DWT. This differentiates it cleanly from siblings like drawing_save and drawing_export_dxf without needing to inspect schemas.

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?

The description clearly signals that this tool is for saving to a new path/format, which implies the appropriate use case versus drawing_save. It does not explicitly exclude alternatives such as drawing_export_dxf, but the 'new path/format' framing plus the format-resolution detail provides clear contextual 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