Skip to main content
Glama
haianhdskt-boop

autocad-ai-mcp

Export Drawing To Png

export_drawing_to_png

Render DXF CAD drawings to high-resolution PNG images. Configure DPI, background color, dark mode, and layout for accurate output.

Instructions

Render DXF CAD drawing to a high-resolution PNG image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dpiNo
bg_colorNowhite
dark_modeNo
file_pathYes
layout_nameNoModel
output_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries full disclosure burden. It only mentions the output format and resolution; it does not say whether the tool writes a file, what output_path null means, how DPI/color settings affect rendering, or whether the operation has side effects.

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?

The description is a single front-loaded sentence with no filler or repetition. It is concise, but the brevity comes at the cost of omitting parameter and behavioral context, so it is not fully 'appropriately sized' for the tool's complexity.

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

Completeness2/5

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

For a six-parameter tool with no annotations and zero parameter descriptions, this one-line description is not complete enough. It provides no guidance on layouts, colors, output path behavior, or when to prefer SVG/PDF siblings. The output schema may cover return values but cannot compensate for missing invocation semantics.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for six undocumented parameters. It only hints at dpi via 'high-resolution' and PNG format via 'PNG image', but leaves file_path, output_path, bg_color, dark_mode, and layout_name semantics entirely to the schema's bare property names and defaults.

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 action ('Render'), a specific resource ('DXF CAD drawing'), and a concrete output ('high-resolution PNG image'). The PNG format clearly distinguishes this tool from sibling export tools such as export_drawing_to_pdf and export_drawing_to_svg.

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 intended use case—rendering a DXF drawing as a raster PNG—is implied by the description and tool name. However, there is no explicit when-to-use/when-not-to-use guidance or comparison with sibling export tools, so the agent must infer the selection logic.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/haianhdskt-boop/autocad-ai-mcp'

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