Skip to main content
Glama
kostia-egik

geomwright

by kostia-egik

create_sketch_polyline

Create a 2D sketch polyline in a new or existing sketch and verify the snapshot delta.

Instructions

Create one 2D sketch polyline in a new or existing sketch and verify the snapshot delta.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoSKETCH_POLYLINE_1
planeNoXOY
closedNo
pointsNo
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

C2.7/5.0
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It mentions 'verify the snapshot delta,' hinting at a verification step, but omits side effects (e.g., mutation of the sketch), prerequisites (e.g., open document), or failure behavior. This is insufficient for a create operation.

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 sentence that is concise and front-loaded with the core purpose. It avoids unnecessary verbosity, though the extreme brevity contributes to other dimensions being under-specified.

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?

For a tool with 12 parameters, no output schema, and no annotations, the description is severely incomplete. It does not explain how to construct points, what the snapshot delta verification entails, or what the tool returns. An agent cannot confidently invoke this tool correctly based on the description 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?

The input schema has 12 parameters with 0% description coverage, and the tool description provides no explanations for any of them. It does not clarify what 'points' should look like, the meaning of 'closed,' or the role of 'sketch_ref' versus 'create_new_sketch.' The description fails to compensate for the schema's lack of parameter documentation.

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 states the tool's purpose: 'Create one 2D sketch polyline' with the scope 'in a new or existing sketch.' The verb-resource combination is specific and differentiates this from other create_sketch_* tools (e.g., create_sketch_line_segment) by naming the polyline entity.

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 offers minimal contextual guidance ('new or existing sketch') but does not specify when to prefer this tool over alternatives like create_sketch_line_segment or create_sketch_circle. No exclusions or conditions are given, leaving selection to the agent's inference.

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