Skip to main content
Glama
vino3dx
by vino3dx

poly_loop_select

Destructive

Select the edge loop containing given edges and keep edge sub-object selection. Quickly grab a ring of edges around a model for further editing.

Instructions

选择给定边所在的循环(loop),并保留边子对象选择。常用于快速选一圈环形边。 [English] Select the edge loop containing the given edges and keep the edge sub-object selection. Quick way to grab a ring of edges around a model.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
edgesNo作为种子的边索引;省略则尝试全部边。 | Seed edge indices; omit to try all edges.
objectsNo对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior1/5

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

The description describes only a selection operation, yet the annotations declare destructiveHint=true, which is a direct contradiction. No explanation is provided for when or why this tool could be destructive, leaving the agent with conflicting signals about the tool's side effects.

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 short and the core action is front-loaded. The bilingual duplication is somewhat redundant for an AI agent, but it is compact and contains no significant filler.

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?

There is no output schema, and the description does not mention return values, failure modes, preconditions, or what happens to an existing selection. The destructive annotation contradiction also makes the behavioral context incomplete for safe invocation.

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

Parameters3/5

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

The input schema already documents both parameters at 100% coverage, so the description adds little beyond what is structured. It does not provide extra detail about edge-index format, object-name resolution, or selection behavior beyond the schema.

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 clearly states a specific verb and resource: select an edge loop containing the given edges while preserving the edge sub-object selection. This is enough to distinguish from most sibling tools, though the English phrase 'ring of edges' blurs the loop/ring distinction and does not explicitly contrast with poly_ring_select.

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 gives a practical context ('quick way to grab a ring of edges around a model') and mentions seed edges, but it does not state when to prefer this tool over alternatives or when not to use it. With poly_ring_select as a sibling, explicit differentiation would be valuable.

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