Skip to main content
Glama
CaeliaEve

AutoCAD MCP Ultra

by CaeliaEve

Gear: Helical Front View

gear_draw_helical_front_view

Creates a deterministic helical gear front view with full involute profile, reference circles, helix hand symbol, and optional bore/keyway. Outputs geometry handles and metadata for generating section views.

Instructions

Deterministic helical gear front view: full involute outline (40 pts/flank), pitch/base/outer/root circles, helix symbol, optional bore + keyway.

Returns a handle bundle plus 'metadata' for downstream gear_draw_section_aa.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handNoHelix hand: 'RH' (right) or 'LH' (left).RH
teethYesNumber of teeth.
moduleYesModule (mm). Pitch radius = module*teeth/2.
center_xNo
center_yNo
helix_angleYesHelix angle in degrees.
keyway_depthNoKeyway depth into hub (t2).
keyway_widthNoKeyway width (b). Auto from DIN 6885 if bore set and this is None.
bore_diameterNoOptional bore diameter (mm). Adds a centered hole.
pressure_angleNoPressure angle (deg). Standard: 20.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations only mark destructiveHint false, so the description carries most of the behavioral burden. It discloses determinism, the geometric construction detail (40 pts/flank, circle set), optional bore/keyway, and the handle+metadata return shape—valuable beyond the schema. It could mention whether the operation inserts entities into the active drawing, but the handle return implies this.

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?

Two sentences, front-loaded with the core purpose and geometry output, then the downstream workflow note. Every clause earns its place; no filler or repetition of schema details.

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?

Given the rich input schema, output schema, and the workflow hint toward gear_draw_section_aa, the description is complete for correct selection and invocation. It captures deterministic behavior, output contents, and return contract without needing to restate parameter documentation.

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 80%, and parameter descriptions already include defaults, ranges, and formulas. The tool description adds only 'optional bore + keyway', which mirrors schema default nulls; it contributes little parameter meaning beyond the schema, so baseline 3 applies.

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 identifies a specific operation: generating a deterministic helical gear front view, with concrete elements (involute outline, pitch/base/outer/root circles, helix symbol, bore/keyway). This clearly separates it from gear_draw_spur_front_view and gear_draw_section_aa.

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?

It provides clear context: use this for a helical gear front view, and the returned metadata is explicitly meant for downstream gear_draw_section_aa. It lacks an explicit exclusion such as 'use gear_draw_spur_front_view for spur gears', but the workflow context is enough to route an agent.

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/CaeliaEve/autocad-mcp-ultra'

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