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

Linear Dimension

dimension_linear

Create linear dimensions with optional ISO 129 tolerances or ISO 286 fit codes. Specify extension line origins, dimension line position, rotation, and text override.

Instructions

Create a linear dimension, optionally toleranced (ISO 129 or ISO 286 fit).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x1YesFirst extension line origin X
x2YesSecond extension line origin X
y1YesFirst extension line origin Y
y2YesSecond extension line origin Y
fitNoISO 286 fit code (e.g. 'H7', 'g6', 'js9'); resolves deviations from the authored tables for the measured nominal. Mutually exclusive with tol_*.
dim_xYesDimension line position X
dim_yYesDimension line position Y
layerNoLayer name
rotationNoAngle of the measured dimension (0=horizontal, 90=vertical)
tol_modeNoISO 129 tolerance display: none | symmetric (±tol_upper) | deviation (+tol_upper/-tol_lower) | limit (stacked limits) | basic (boxed).none
tol_lowerNoLower deviation (mm), e.g. 0.01 for -0.01
tol_upperNoUpper deviation (mm), e.g. 0.02 for +0.02
text_overrideNoReplace the measured text ('<>' keeps the measurement)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations indicate readOnlyHint=false (mutation), which the description supports with 'Create'. It adds tolerance context (ISO 129 and ISO 286 fit) but fails to disclose other behavioral traits like prerequisites (open drawing) or that the dimension is an entity added to the drawing.

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 a single, front-loaded sentence that efficiently conveys the core action and optional feature. Every word is meaningful, with no redundancy or filler.

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?

Given the tool's complexity (13 parameters, 6 required) and the presence of an output schema, the description is minimal. It omits spatial context (e.g., points define extension lines, dim_x/dim_y position the dimension line) that would help an agent fully understand the geometry.

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 coverage is 100% with detailed parameter descriptions (e.g., fit, tol_mode). The description adds no new parameter information beyond mentioning tolerance standards, so it does not compensate beyond the baseline for schema-rich tools.

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 'Create a linear dimension, optionally toleranced', which is a specific verb ('Create'), a distinct resource ('linear dimension'), and a key distinguishing feature ('optionally toleranced'). This differentiates it from sibling tools like 'dimension_aligned' and 'dimension_angular'.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives. It does not mention when not to use it or suggest alternative tools for different scenarios, such as 'dimension_aligned' for rotated measurements.

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