Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Measure Area

analysis_measure_area
Read-onlyIdempotent

Measure area and perimeter of a polygon from vertex coordinates. Include bulge values to account for curved arc edges.

Instructions

Area and perimeter of a polygon you supply the vertices for.

This measures the numbers in the call, NOT the drawing. To measure something that exists, use analysis_measure_entity(handle) — it reads the real geometry, including curvature this tool can only see if you pass it.

Straight-edged polygons are exact. Pass a third bulge element per vertex for arc edges; omitting it on curved geometry under-reports (28% on a semicircular edge), which is why assumes says what was taken on faith.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pointsYesPolygon vertices, min 3. Each is [x, y] or [x, y, bulge] — the bulge (DXF convention) makes the edge leaving that vertex a circular arc.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Beyond the readOnly and idempotent annotations, the description discloses that the tool measures the numbers in the call, not the drawing, and that results are exact only for straight-edged polygons. It also warns about under-reporting on curved edges when bulge is omitted and references an 'assumes' field, adding meaningful behavioral context.

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?

Three tight paragraphs with no filler. The main purpose is front-loaded, and every sentence adds either capability, usage routing, accuracy caveats, or schema-related context. The formatting makes the key warnings easy to scan.

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

Completeness5/5

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

For a single-parameter tool with a detailed input schema, an output schema, and safe read-only annotations, this description is complete. It covers what the tool does, when to use the alternative, how curved edges affect accuracy, and what assumptions the output reports.

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

Parameters5/5

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

Although the schema already documents the points array well, the description adds important semantic nuance: it clarifies the tool operates on literal coordinates rather than drawing entities, explains the bulge element's role in arc edges, and quantifies the accuracy penalty of omitting it. This goes well beyond the baseline schema coverage.

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 and resource: it computes the area and perimeter of a polygon from supplied vertices. It also clearly differentiates itself from the sibling analysis_measure_entity, which measures real drawing geometry.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says when to use this tool versus the alternative: use it only when you have literal coordinate vertices, and use analysis_measure_entity(handle) to measure something that already exists in the drawing. This gives an agent unambiguous 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