Skip to main content
Glama
haianhdskt-boop

autocad-ai-mcp

Read Dxf Summary

read_dxf_summary

Extract a concise high-level summary from DXF CAD drawings: version, units, layer and block counts, entity breakdown, total entities, and bounding box. Quickly assess drawing composition and structure.

Instructions

Get a comprehensive high-level summary of a DXF CAD drawing. Returns: DXF version, units, layer count, block count, entity breakdown by type, total entities, and bounding box.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.8/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full disclosure burden. It clearly frames the operation as read-only ('Get') and lists the exact output fields. It does not cover error behavior or file-path requirements, but for a simple summary tool this is reasonably transparent.

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 compact sentences: the first states the core purpose, the second gives a concrete return list. No filler, no repetition of schema information, and every sentence contributes value.

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

Completeness3/5

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

For a one-parameter read-only tool, the description lists the output categories and is therefore usable. However, with no annotations and no parameter documentation, it leaves gaps around when to choose this tool versus siblings and what exactly file_path must point to. The output schema exists but is not shown, so the description remains the only explanatory source.

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% and the only parameter file_path has no description. The tool description implies the path refers to a DXF CAD drawing, but it does not add explicit parameter semantics such as path format, file type requirements, or accessibility expectations. The description does not compensate for the empty 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?

States a specific action ('Get') and resource ('a comprehensive high-level summary of a DXF CAD drawing'), and enumerates the returned contents (version, units, counts, entity breakdown, bounding box). This clearly distinguishes it from sibling tools that focus on specific details like blocks, layers, or entities.

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 usage when a high-level overview is needed, but it does not explicitly say when to use this tool instead of siblings such as list_layers or query_drawing_entities. No exclusions or alternative tool references are provided.

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