Skip to main content
Glama
vino3dx
by vino3dx

mod_shell

Destructive

Add thickness to surfaces with outer and inner wall amounts, turning thin geometry into solids or tube walls.

Instructions

壳修改器:给表面加厚度,生成内壁(outerAmount)与外壁(innerAmount)。常用于做实体、管壁。 [English] Shell modifier: give a surface thickness with an outer wall (outerAmount) and inner wall (innerAmount). Use it to make solids or tube walls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo修改器名。 | Modifier name.
objectsNo对象名列表;省略则使用当前选择。 | Object names; omit for selection.
innerAmountNo内壁厚度(向内)。 | Inner wall thickness (inward).
outerAmountNo外壁厚度(向外)。 | Outer wall thickness (outward).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already mark destructiveHint=true, so the mutation risk is known. The description adds the geometric effect and common usage, but does not disclose side effects such as stack/modifier behavior or prerequisites. 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Extremely concise: two short sentences per language, front-loaded with the core behavior and use cases. No filler or redundant explanation.

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 modifier with 4 optional parameters, full schema coverage, and destructiveHint annotation, the description is sufficient to understand what it does and when to use it. It lacks return-value detail, but no output schema is present and the tool is a scene-mutating modifier.

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 innerAmount and outerAmount are already fully documented in the schema. The description merely repeats their purpose without adding units, defaults, or additional constraints.

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?

Description clearly states a specific verb+resource: give a surface thickness by generating inner and outer walls. It is distinct enough from other mod_* siblings, though it does not explicitly name an alternative or draw a contrast.

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?

Provides clear use cases: '常用于做实体、管壁' / 'Use it to make solids or tube walls.' It does not mention when not to use it or compare with alternative modifiers like extrude or lathe.

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