Skip to main content
Glama
U-C4N
by U-C4N

GD&T: Feature Control Frame (ISO 1101)

gd_frame

Draw ISO 1101 feature control frames for geometric dimensioning and tolerancing. Automatically records datums for later critique of datum feature matching.

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 indicate destructiveHint=false, and the description goes beyond that by stating rendering consistency across COM and ezdxf, and that datums are recorded for critique integration. This provides useful behavioral context not covered by 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?

The description is extremely concise: two short sentences in the first paragraph for purpose, and one sentence with two key behavioral points in the second. Every sentence adds value with no redundancy.

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?

Given the tool has 9 parameters, 4 required, and an output schema, the description covers the essential behavioral aspects (rendering, critique integration). However, it omits error conditions or behavior for invalid inputs, which are partially covered by the schema.

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?

Schema description coverage is 100%, so baseline is 3. The description adds minimal additional meaning (e.g., 'Ordered datum references' for datums), but does not significantly enrich understanding beyond what the schema already provides.

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 clearly states the verb 'Draw' and the specific resource 'ISO 1101 feature control frame', and mentions it uses LINE + TEXT primitives. This differentiates it from sibling entity creation tools, making the purpose unambiguous.

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 provides context about rendering and integration with the critique tool, but it does not explicitly state when to use this tool versus alternatives (e.g., datum_feature or other annotation tools). Usage guidance is implied but not directly addressed.

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/U-C4N/Autocad-MCP'

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