Skip to main content
Glama
vino3dx
by vino3dx

poly_extrude_faces

Destructive

Extrude selected faces along normals, with positive amount outward and negative inward to dig holes. Optionally target specific faces or override direction with a custom vector.

Instructions

沿面法线挤出所选面。amount 为正向外挤、为负向内挤(挖洞)。可省略 faces 表示挤出所有面;direction 可覆盖默认的法线方向。 [English] Extrude the selected faces along their normals. A positive amount extrudes outward, a negative amount pushes inward (to dig a hole). Omit faces to extrude all faces; direction overrides the default normal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
facesNo要挤出的面索引;省略则全部面。 | Face indices to extrude; omit for all.
amountYes挤出高度(负值为向内)。 | Extrusion height (negative goes inward).
objectsNo对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection.
directionNo自定义挤出方向 [x,y,z],省略则用面法线。 | Custom extrude direction [x,y,z]; omit for face normal.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already mark this as destructive and non-read-only, and the description adds useful behavioral context: positive amounts extrude outward, negative amounts dig inward, and direction can override the default normal. This goes beyond the annotations by explaining how the destructive behavior manifests.

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 compact and front-loaded with the primary action. The bilingual duplication is somewhat redundant but likely intentional for accessibility, and no unnecessary filler is present.

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 destructive poly-modeling operation, the description covers the key behaviors and parameter options well. It does not mention prerequisites like needing an Editable Poly object, but the tool name and schema largely compensate, and annotations cover the destructive nature.

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 schema already documents all four parameters. The description adds some idiomatic meaning, such as '挖洞' for inward extrusion, but mostly restates what the schema already says about amount, faces, and direction.

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 operation: extruding selected faces along their normals. It also distinguishes this from sibling tools like poly_extrude_edges by specifying 'faces' as the resource, and the sign/direction semantics make the purpose unmistakable.

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?

No explicit guidance is given about when to prefer this tool over alternatives such as poly_bevel_faces or poly_inset_faces. The only contextual advice is about omitting the faces parameter, which is parameter behavior rather than tool-selection guidance.

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