Skip to main content
Glama
vino3dx
by vino3dx

model_sweep

Destructive

Sweep a section profile along path splines by adding a Sweep modifier. Specify a section shape for custom profiles; omit it for a default rectangle.

Instructions

扫掠:沿路径样条扫一个截面(section)成形,添加 Sweep 修改器。省略 section 时使用默认矩形截面。section 必须是已存在的图形对象名。 [English] Sweep: sweep a section profile along a path spline by adding a Sweep modifier. With no section a default rectangular profile is used. section must be an existing shape name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectsNo路径样条线对象名列表;省略则使用当前选择。 | Path spline names; omit for selection.
sectionNo截面样条线对象名(可选)。 | Section shape name (optional).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, so the mutating nature is known. The description adds the default rectangular profile behavior and the requirement that section must be an existing shape name, but does not explain side effects like modifications to the original spline or failure handling.

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 concise, front-loaded with the action, and covers key points in two sentences. The bilingual format adds some redundancy but remains efficient.

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 mutating operation with no output schema, the description covers the essential behavior: the action, default behavior, and a critical constraint. It does not detail error handling or prerequisites beyond the spline path implication, but these are minor gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds meaning beyond the schema by specifying the default profile when section is omitted and emphasizing that section must be an existing shape name, which is useful for correct invocation.

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: sweeping a section profile along a path spline by adding a Sweep modifier. It uses a specific verb and resource, and implicitly differentiates from sibling modeling tools like extrude, lathe, and loft by describing a unique mechanism.

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?

The description provides clear context for when to use this tool (when a sweep along a path is needed) but does not explicitly name alternatives or exclusions. It implies usage rather than giving direct when-to-use/when-not-to-use 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