Skip to main content
Glama

add_center_mark

Adds a center mark annotation to CAD drawings, marking centers of circles or arcs based on specified parameters.

Instructions

Add symbol annotation add_center_mark.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
datumNo
symbolNo
optionsNo
entitiesNo
positionNo
circle_idNo
roughnessNo
toleranceNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

D1.5/5.0
Behavior1/5

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

No annotations are provided, so the description bears the full behavioral burden, yet it discloses nothing: not whether the mark is associative to entities, whether it needs a datum or circle reference, whether it is undoable, or what it returns. For an 8-parameter mutation tool this is a complete gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single clause and technically concise, but this is under-specification rather than economy: it is too short to be useful and wastes the space on a restatement of the name.

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

Completeness1/5

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

Given 8 undocumented parameters, nested objects, zero annotation coverage, and no output schema, the definition is entirely inadequate; an agent could not invoke this tool correctly from the definition alone.

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

Parameters1/5

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

Schema description coverage is 0% across 8 parameters, and the description supplies no meaning for datum, symbol, options, entities, position, circle_id, roughness, or tolerance. An agent has no way to know what values are expected, especially for the nested position object and the free-form options map.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Add symbol annotation add_center_mark' merely restates the tool name with the word 'symbol annotation' appended; it does not explain what a center mark is or how it differs from siblings such as add_center_line, add_surface_finish_symbol, or add_weld_symbol. It is essentially a tautology.

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?

There is no indication of when to use this tool versus the many other annotation tools (add_center_line, add_gdt_frame, etc.), nor any prerequisites or context of use. Usage is left entirely to inference from the name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools