Skip to main content
Glama
vino3dx
by vino3dx

poly_bevel_faces

Destructive

Bevel polygon faces by extruding along their normals, then inset them to create grooves and borders with precise height and outline control.

Instructions

对面做斜角:先沿法线挤出 height,再向内收 outline,常用于制作凹槽与边框。 [English] Bevel faces: first extrude along the normal by height, then inset by outline. Useful for grooves and borders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
facesNo要斜角的面索引;省略则全部面。 | Face indices to bevel; omit for all.
heightYes挤出高度。 | Extrusion height.
objectsNo对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection.
outlineYes内收/外扩量(正为内收)。 | Inset amount (positive insets).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already mark the tool as destructive and non-read-only. The description adds behavioral context beyond that by describing the two-step algorithm (extrude then inset), which tells the agent what will happen to the geometry. It does not mention prerequisites like needing an Editable Poly object, but the core mutation behavior is disclosed.

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 front-loaded, with the operation stated before the use case. The bilingual duplication is acceptable but slightly redundant, preventing a perfect score for conciseness.

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?

For a simple polygon editing tool with a fully documented schema and destructive annotations, the description covers the operation, the purpose, and the parameter behavior. It is missing only explicit prerequisites or selection requirements, which are common to the poly_* tool family.

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 description coverage is 100%, so the input schema already documents height as extrusion height and outline as inset amount. The description reinforces the role of each parameter within the operation order but adds little new meaning beyond what the schema provides.

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 states a specific verb and resource ('Bevel faces') and details the exact operation: first extrude along the normal by height, then inset by outline. This clearly distinguishes it from sibling tools like poly_extrude_faces and poly_inset_faces, which perform only one of these steps.

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?

The description gives a concrete use case ('useful for grooves and borders'), which implies when to use it, but it does not explicitly contrast it with alternatives such as poly_extrude_faces or poly_inset_faces. No exclusion or when-not-to-use guidance is 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