Skip to main content
Glama
kostia-egik

geomwright

by kostia-egik

clear_sketch_entity_constraints

Delete all constraints attached to a single sketch entity to restore its unconstrained state.

Instructions

Delete all constraints attached to one existing sketch entity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entityNo
sketch_refNo
document_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior3/5

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

With no annotations, the description carries the full burden, and it does disclose the destructive scope ('all constraints') and a precondition ('existing sketch entity'). It does not mention reversibility, error behavior, or whether the entity itself remains untouched, leaving important consequences left to inference.

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

Conciseness4/5

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

The description is a single front-loaded sentence with no filler and communicates the core operation immediately. It is appropriately concise, though it provides no additional structure or elaboration beyond that one sentence.

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?

For a destructive tool with no annotations, no output schema, and three undocumented parameters, the description is too thin to support reliable invocation. It is sufficient for high-level selection but not enough to construct a correct call confidently.

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 never explains entity, sketch_ref, or document_id, so it adds no meaning beyond the parameter titles. An agent cannot determine how to identify the target entity from this description alone.

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

Purpose4/5

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

The description states a clear action ('Delete all constraints') and target scope ('attached to one existing sketch entity'), making it a specific destructive constraint-removal operation. It does not explicitly name or contrast sibling tools such as list_sketch_constraints or inspect_sketch_constraint, so it stops short of full differentiation.

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 guidance about when to use this tool versus alternatives like list_sketch_constraints, inspect_sketch_constraint, parameterize_sketch, or repair_sketch. No prerequisites, exclusions, or selection criteria are provided.

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