Skip to main content
Glama
vino3dx
by vino3dx

mod_smooth

Destructive

Softens surface faceting on 3D models by auto-adjusting shading angles or using a threshold, blending adjacent faces for a more continuous appearance.

Instructions

平滑修改器:按阈值自动平滑(autoSmooth)或按角度平滑组平滑,柔化表面。 [English] Smooth modifier: auto-smooth by a threshold (autoSmooth) or smooth by angle, softening the surface.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo修改器名。 | Modifier name.
objectsNo对象名列表;省略则使用当前选择。 | Object names; omit for selection.
thresholdNo平滑阈值(角度)。 | Smooth threshold (angle).
autoSmoothNo按阈值自动平滑,默认否。 | Auto-smooth by threshold, default false.
smoothnessNo平滑度 0-1。 | Smoothness 0-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?

The annotations already communicate readOnlyHint=false and destructiveHint=true, so the agent knows the operation mutates. The description adds some behavioral context by tying autoSmooth to threshold-based smoothing and the other mode to angle-based smoothing groups, but it does not disclose consequences such as stack changes, reversibility, or what happens to existing smoothing groups.

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, and contains no filler. The bilingual repetition is slightly redundant but still compact and appropriate for a multilingual tool surface.

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 description, schema, and annotations together provide a basic understanding of the tool's purpose and mutating nature. However, with no output schema, the description does not mention return behavior, and it also omits how the modifier is applied to the named/selected objects or what exactly becomes destructive. It is adequate but not fully complete for a 5-parameter mutation 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 description coverage is 100%, so the schema already documents all parameters well. The description adds only modest semantic value by connecting autoSmooth to threshold-based behavior versus angular smoothing groups, but it does not elaborate on smoothness, defaults, or object selection behavior beyond what the schema 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 this as a Smooth modifier and describes its two operating modes: auto-smooth by threshold and smooth by angle/smoothing groups. It is not a pure tautology because it explains the behavior, but it lacks an explicit operation verb such as 'adds' or 'applies', and it does not differentiate itself from sibling tools like mod_turbosmooth or poly_auto_smooth.

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 about when to use this tool versus alternatives. The description explains what smoothing does but provides no exclusions, prerequisites, or pointers to related tools such as mod_turbosmooth, poly_auto_smooth, or poly_set_smoothing.

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