Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

GD&T: Feature Control Frame (ISO 1101)

gd_frame

Draw an ISO 1101 feature control frame in AutoCAD from LINE and TEXT primitives, recording datums so missing datum features can be flagged.

Instructions

Draw an ISO 1101 feature control frame from LINE + TEXT primitives.

Renders identically on COM and ezdxf. Referenced datums are recorded so the gdt critique focus flags any datum with no matching datum feature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesFrame bottom-left corner X.
yYesFrame bottom-left corner Y.
layerNoLayer (defaults to the active DIM layer).
datumsNoOrdered datum references, e.g. ['A','B']. Required for orientation/location/runout characteristics.
heightNoFrame height (mm); text scales with it.
symbolYesGeometric characteristic: straightness, flatness, circularity, cylindricity, profile_line, profile_surface, angularity, perpendicularity, parallelism, position, concentricity, symmetry, circular_runout, total_runout.
diameterNoPrefix ⌀ for a cylindrical (diametral) tolerance zone.
modifierNoMaterial-condition modifier: M (MMC), L (LMC), S (RFS).
toleranceYesTolerance zone value (mm).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations only mark destructiveHint=false, so the description carries the behavioral burden. It adds two non-obvious behaviors: identical output across COM and ezdxf, and recording of referenced datums so that critique can match them against datum features. No contradiction with annotations.

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 the core action front-loaded and each additional sentence providing non-obvious information. No filler or repeated schema content.

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?

Together with a 100% documented schema and an output schema, the description is execution-ready: it states what the tool draws, its cross-backend guarantee, and how datums affect downstream critique. No critical invocation details are missing.

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 coverage is 100%, so the baseline is 3. The description adds one meaningful semantic by explaining that provided datums are recorded for critique validation, but it does not enrich the other parameters beyond what the schema already states.

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 first sentence names a specific verb ('Draw'), a standard ('ISO 1101'), and a distinct object ('feature control frame'), with an implementation clue ('from LINE + TEXT primitives'). That separates it from entity-creation and drawing-CAD siblings even without naming an alternative.

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?

No explicit when-to-use or when-not-to-use guidance is given. The description implies the use case through 'Draw an ISO 1101 feature control frame' and the note about recorded datums for critique, but an agent must infer the boundary with related tools like datum_feature.

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