Skip to main content
Glama
danielproxd2

MCP_CAD

by danielproxd2

revolve_cut

Remove material by revolving a closed sketch profile around an axis to create annular grooves, O-ring grooves, or other rotational cuts.

Instructions

Cortar por revolución — revolve cut: remove material by sweeping a closed sketch profile around an axis.

Standard autoparts use: ranuras O-ring (O-ring grooves), ranuras de anillo de retención (retaining-ring grooves), asientos de cono (bearing cone seats), inner steps on bujes. Mirror of revolve_sketch but subtractive.

Args: axis_name: Eje name from create_reference_axis. Same constraints as revolve_sketch.axis_name. angle_deg: Angular sweep in (0, 360]. Default 360 — most autoparts revolve cuts are full-circle (annular grooves). reverse_direction: Flip rotation sense around the axis.

Returns the new CortarRevolución feature (type=cut_revolve, D1=angle_deg).

Example — Ø3mm O-ring groove on a Ø20 shaft, 5mm from the end: # shaft already built via revolve_sketch eje = create_reference_axis("front", reference_2="right") create_sketch("front") create_circle(10, 5, 1.5) # 1.5mm-radius cross-section revolve_cut(eje["name"])

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
angle_degNo
axis_nameYes
reverse_directionNo
Behavior3/5

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

No annotations are provided, so the description carries full burden. It explains the subtractive nature and return type (CortarRevolución, type='cut_revolve'), but lacks disclosure of prerequisites (closed sketch, axis existence), errors, or side effects.

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?

Description is front-loaded with purpose and use cases, then parameter details, then a concrete example. Could be slightly more concise but the structure is logical.

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

Completeness5/5

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

Despite no output schema, description covers usage, parameters, return type, and provides a detailed example. It gives domain context for autoparts, making it complete for a moderate-complexity 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?

Schema coverage is 0%, so description must compensate. It explains axis_name as from create_reference_axis with same constraints, angle_deg as sweep range (0,360] with default 360 and typical full-circle use, and reverse_direction as sense flip. This adds significant meaning beyond the schema.

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 it is a subtractive revolve operation, explicitly distinguishing it from revolve_sketch as its mirror. It provides specific autoparts use cases (O-ring grooves, retaining-ring grooves) and contrasts with sibling tools like extrude_cut and sweep_cut.

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 gives concrete examples of when to use (autoparts grooves) and notes it's the subtractive counterpart of revolve_sketch. However, it does not explicitly state when not to use it or compare to alternatives like extrude_cut or sweep_cut.

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