Skip to main content
Glama

revolve_cut

Remove material by revolving a closed sketch profile around an axis to create annular grooves like O-ring seats.

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
Behavior4/5

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

Despite no annotations, description discloses that it removes material (subtractive), gives parameter constraints (axis_name same as revolve_sketch, angle_deg range, reverse_direction), return type, and an example. Does not cover error conditions or prerequisites in depth, but adequate for a straightforward cutting tool.

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?

Description is concise (~120 words), well-structured with title, explanation, use cases, parameter list, return type, and example. Every sentence adds value, no fluff.

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?

Covers input constraints, use cases, example, and return type. References sibling revolve_sketch for axis constraints. Does not explicitly require an active closed sketch, but example implies it. Adequate for the tool's simplicity.

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?

With 0% schema coverage, description adds significant meaning: axis_name must come from create_reference_axis, angle_deg range (0,360] with default 360 and typical full-circle use, and reverse_direction flips sense. Example further clarifies usage.

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?

Description clearly states the tool removes material by sweeping a closed sketch profile around an axis, using specific verbs and resource. It distinguishes from revolve_sketch by noting it is subtractive.

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 specific autoparts use cases (O-ring grooves, retaining-ring grooves, etc.) and notes it is a mirror of revolve_sketch but subtractive. Could be improved by stating when not to use or comparing to alternatives like extrude_cut, but sufficient for domain context.

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/MCP_CAD'

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