Skip to main content
Glama
kostia-egik

geomwright

by kostia-egik

create_sketch_circle

Create a 2D circle in a CAD sketch and verify the before/after snapshot delta to confirm only intended changes occur.

Instructions

Create a sketch with one 2D circle and verify the before/after snapshot delta.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoSKETCH_CIRCLE_1
planeNoXOY
centerNo
radiusNo
max_itemsNo
min_addedNo
line_styleNo
sketch_refNo
document_idNo
create_new_sketchNo
require_no_changedNo
require_no_removedNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior3/5

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

No annotations are present, so the description carries the full burden. It discloses that the tool verifies a before/after snapshot delta, which is a meaningful behavioral trait beyond simple creation. However, it does not explain side effects, failure modes, or what the verification entails.

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?

One sentence, front-loaded with the primary action. No wasted words, though the verification phrase is somewhat jargon-heavy but still concise.

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?

With 12 optional parameters, no annotations, and no output schema, the description is far too thin. It does not clarify how the verification parameters interact, what the return value is, or what 'verify' means in practice. This is inadequate for correct invocation.

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% and the description does not explain any of the 12 parameters. It adds no meaning beyond the parameter names; e.g., max_items, min_added, require_no_changed, require_no_removed are entirely unexplained.

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?

States a specific action (create) on a specific resource (sketch with one 2D circle) and adds a verification behavior. The circle specification clearly distinguishes it from sibling sketch creation tools like create_sketch_line_segment or create_sketch_rectangle.

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 guidance on when to use this tool versus other create_sketch_* tools. The description implies usage when a circle is needed, but does not name alternatives or exclusions.

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