Skip to main content
Glama
vino3dx
by vino3dx

poly_connect_edges

Destructive

Connect selected edges by inserting new edge loops, with segments controlling the number of inserted edges. Use it to densify meshes or add support loops.

Instructions

在所选边之间连接(插入)新边/边环,segments 控制插入条数。用于加密网格、加支撑边。 [English] Connect (insert) new edges between the selected edges; segments sets how many. Use it to densify the mesh or add support loops.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
edgesYes参与连接的边索引列表。 | Edge indices to connect.
objectsNo对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection.
segmentsNo插入的边数,默认 1。 | Number of inserted edges, default 1.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false and destructiveHint=true. The description adds that new edges are inserted, but does not disclose additional behavioral constraints such as edge adjacency requirements, permanence, or effects on surrounding topology. No contradiction with annotations.

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?

Tight and front-loaded, with the operation described first and use cases second. The bilingual duplication is the only minor redundancy, but each language block is compact and purposeful.

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

Completeness4/5

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

All parameters are documented, the operation is clear, and the destructive annotation covers the risk profile. It leaves out edge-selection constraints and return behavior, but these are not essential for invoking this straightforward poly-editing tool.

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?

Schema coverage is 100%, so all parameters are already documented structurally. The description restates that segments controls the number of inserted edges and that edges are the connect target, but does not add meaning beyond the schema.

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?

States a precise verb (connect/insert), the resource (edges), and the controlling parameter (segments). It also clarifies the operation happens between selected edges, which distinguishes it from edge siblings like extrude or chamfer.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly gives intended use cases: densify the mesh or add support loops. It does not name alternatives or exclusion cases, but the context is clear enough for an agent to decide when to use it.

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