Skip to main content
Glama
vino3dx
by vino3dx

mod_extrude

Destructive

Push a profile or face into a 3D solid along an axis. Configure height, segments, end caps, and outline to control extrusion shape.

Instructions

挤出修改器:把剖面/面沿轴挤出成实体。amount 为高度,segments 为分段,capStart/capEnd 控制两端封口。 [English] Extrude modifier: push a profile/face into a solid along an axis. amount is the height, segments the divisions, capStart/capEnd toggle end caps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo修改器名。 | Modifier name.
amountNo挤出高度。 | Extrusion height.
capEndNo封口结束端,默认是。 | Cap the end, default true.
objectsNo对象名列表;省略则使用当前选择。 | Object names; omit for selection.
outlineNo轮廓外扩/内收。 | Outline expand/inset.
capStartNo封口起始端,默认是。 | Cap the start, default true.
segmentsNo分段数,默认 1。 | Segment count, default 1.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true, so the safety profile is covered. The description adds that this is a modifier-based operation on a profile/face, but does not disclose side effects such as modifying the modifier stack or how existing geometry is affected.

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, front-loaded with the core purpose, and contains no filler. The bilingual structure is somewhat redundant but still compact and appropriate for the tool's audience.

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

Completeness3/5

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

The schema fully documents parameters and annotations cover the destructive nature, so the main gaps are usage guidance and behavioral side effects. The description is adequate for a basic call, but it does not explain the difference from similar extrude tools or the full modifier-stack impact.

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 parameters are well documented there. The description repeats amount, segments, capStart, and capEnd but adds no new semantic meaning beyond what the schema already provides.

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 identifies a specific operation: 'Extrude modifier: push a profile/face into a solid along an axis'. The word 'modifier' distinguishes it from sibling tools like poly_extrude_faces and model_extrude_spline, though it does not explicitly name those alternatives.

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 guidance is given on when to use this tool versus similar siblings such as poly_extrude_faces or model_extrude_spline. There is no mention of prerequisites, selection behavior, or when not to use the modifier.

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