Skip to main content
Glama
wjc9011
by wjc9011

geometry_create_side_selections

Create named left, right, bottom, and top box selections for rectangular 2D domains such as waveguides or water-wave tanks to assign boundary conditions.

Instructions

Create named left, right, bottom, and top Box selections.

This is intended for rectangular 2D domains such as waveguides and water-wave tanks. The resulting tags are _left,

_right, _bottom, and _top.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x_maxYes
x_minYes
y_maxYes
y_minYes
prefixNoside
toleranceNo1e-9[m]
model_nameNo
geometry_nameNo
component_nameNocomp1
entity_dimensionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior3/5

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

No annotations are provided, so the description bears the full burden. It discloses a useful behavior beyond the schema: the four generated tags and their <prefix>_... naming convention. It does not say whether existing selections are overwritten, what permissions or model state are required, or that this mutates geometry state.

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?

Two short paragraphs, front-loaded with the action and followed by the domain and tag naming. No filler sentences. Slightly under-specified rather than bloated, but structurally sound.

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 10-parameter geometry-mutation tool with no annotations, no output schema, and zero param documentation, the description covers only the output tag naming. Semantics of tolerance, entity_dimension, and model/geometry/component scoping are absent, so the agent cannot call it confidently.

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% and all 10 parameters are undocumented in the schema. The description only illuminates the 'prefix' parameter (through the tag naming) and indirectly the bounding-box coordinates; tolerance, entity_dimension, model_name, geometry_name, and component_name get no explanation anywhere.

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?

States a specific verb and resource ('Create named left, right, bottom, and top Box selections') and even enumerates the resulting tag names, which is unusually concrete. However, it never differentiates itself from the near-identical sibling geometry_create_box_selection, so the agent can't tell the two apart from the text alone.

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?

It names the intended domain ('rectangular 2D domains such as waveguides and water-wave tanks'), which is real usage context. But there is no when-not guidance and no mention of the alternative box-selection tool, leaving the agent to infer which sibling to pick.

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