Skip to main content
Glama
kostia-egik

geomwright

by kostia-egik

inspect_sketch_constraint

Inspect an existing sketch constraint by reference, index, or fingerprint to verify its properties and support CAD sketch verification.

Instructions

Inspect one existing sketch constraint selected by reference, index, or fingerprint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
constraintNo
sketch_refNo
document_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. 'Inspect' communicates a read-only operation and 'existing' hints at failure modes for invalid selections, but it does not disclose what information is returned or whether any session state is affected. This is partial but insufficient disclosure.

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 with no padding; the core verb and object are front-loaded. Every phrase adds a constraint: one, existing, and selection mode.

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

Completeness2/5

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

With no output schema and no annotations, the description does not explain what an inspection returns, how the three optional parameters interact, or what errors may occur. The tool's call contract is underspecified for reliable agent use.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It hints that selection can be by reference, index, or fingerprint, but never maps those modes to the actual parameters (constraint, sketch_ref, document_id) or explains how the optional parameters combine. The agent is left guessing.

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 identifies the action (inspect), the resource (one existing sketch constraint), and the selection modes (reference, index, fingerprint). This distinguishes it from list_sketch_constraints and inspect_sketch_entity without needing to name them explicitly.

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?

No guidance is given on when to use this tool versus alternatives like list_sketch_constraints or inspect_sketch_dimension. There are no prerequisites, exclusions, or contextual hints beyond the implication that the constraint must already exist.

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