Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Export DXF

drawing_export_dxf

Export the current drawing to a DXF file at a specified output path for cross-platform CAD compatibility.

Instructions

Export the current drawing as a DXF file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesOutput .dxf file path

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no readOnly or destructive annotations, the description carries the full burden of behavioral disclosure. It clearly states the primary effect (creating a DXF file from the current drawing), but it does not disclose whether an existing file at the path is overwritten, whether the drawing remains unchanged, or how failures are handled.

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 a single, front-loaded sentence with no filler. Every word contributes to identifying the action, the target, and the output format.

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 export operation with an output schema available, the description plus the schema is sufficient for an agent to call it correctly. It covers the key context (current drawing, DXF format, required path), though it does not touch on overwrite behavior or prerequisites beyond the current drawing.

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 provides 100% coverage with the path parameter described as 'Output .dxf file path'. The description adds no additional meaning to the parameter beyond what the schema already states, so the baseline of 3 is appropriate.

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 uses a specific verb ('Export'), a clear resource ('the current drawing'), and an explicit output format ('DXF file'). This differentiates it from the sibling drawing_export_pdf and other drawing management tools without relying on the schema.

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 phrase 'current drawing' implies the tool should be used when a drawing is active and the user needs DXF output, which provides clear context. However, it does not mention alternatives like drawing_export_pdf or drawing_save_as, nor does it state exclusions or conditions for choosing this tool over those siblings.

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