Skip to main content
Glama
danielproxd2

MCP_CAD

by danielproxd2

sweep_cut

Subtract material by sweeping a closed profile along a path to create curved grooves, channels, or milled profiles.

Instructions

Cortar por barrido — sweep cut: subtract a swept-profile-along- path volume from existing material.

Standard autoparts use: ranuras curvas (curved grooves), canales de aceite (oil channels along a contour), perfiles de fresado (milling tool paths simulated as cuts), recortes ergonómicos siguiendo un perfil.

Args: profile_sketch_name: Closed profile sketch name (e.g. 'Croquis1' for the cross-section of the cut). path_sketch_name: Path sketch name. Must be a different sketch than the profile.

Returns Feature (name='CortarBarrido{n}', type='cut_sweep', dimensions={}).

Caveat (v1): same constraints as sweep_sketch.

Example — 2mm-wide groove following a curved path on a plate: # Profile: 2x4mm rectangle on Front create_sketch('front') create_rectangle(-1, 0, 1, 4) # Croquis1 # Path: arc on the plate's top face, then sweep_cut create_sketch_on_face([...]) create_arc(...) # Croquis2 sweep_cut('Croquis1', 'Croquis2')

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
path_sketch_nameYes
profile_sketch_nameYes
Behavior4/5

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

With no annotations, the description bears full burden. It discloses the subtractive nature, an example return object (Feature with name, type, dimensions), and a caveat about v1 constraints. However, it does not explicitly state permance, prerequisites, or error conditions.

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 well-structured: definition, use cases, arguments, returns, caveat, and an example. It is slightly long but every section adds value. Could be more concise, but clear hierarchy compensates.

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?

Given no output schema and 0% schema coverage, the description covers purpose, parameters, output structure, and provides an example. It references but does not detail sweep_sketch constraints. Missing failure modes and prerequisites, but adequate for a CAD tool.

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

Parameters5/5

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

The description adds significant meaning beyond the schema: explains profile_sketch_name as 'Closed profile sketch name (e.g., 'Croquis1' for cross-section)' and path_sketch_name as 'Path sketch name. Must be a different sketch than the profile'. With 0% schema coverage, this fully compensates.

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 tool's action: 'subtract a swept-profile-along-path volume from existing material'. It uses specific verb (sweep cut) and resource, and distinguishes from sibling tools like extrude_cut or revolve_cut by emphasizing the swept path.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lists standard autoparts uses (curved grooves, oil channels, etc.) but does not explicitly contrast with alternatives like extrude_cut or sweep_sketch. A caveat about 'same constraints as sweep_sketch' is present, but no when-not-to-use guidance is given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/danielproxd2/solidworks-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server