Skip to main content
Glama
U-C4N
by U-C4N

Gear: Helical Front View

gear_draw_helical_front_view

Draws a helical gear front view with involute outline, pitch circles, helix symbol, and optional bore with keyway for AutoCAD.

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

Behavior3/5

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

Annotations only provide destructiveHint=false. The description adds that the tool is 'deterministic' and returns a handle bundle plus metadata, indicating output behavior. However, it does not disclose whether it creates new entities in the drawing, required permissions, or any side effects beyond the return.

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?

The description is two sentences with no redundant words. It front-loads the tool's purpose and key output, then efficiently mentions optional features and downstream use. Every sentence serves a clear function.

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 the complexity (10 params) and presence of an output schema, the description covers the tool's purpose, output structure, and relation to a sibling. Missing elements include prerequisites (e.g., active drawing) and error handling, but overall it is adequate for selection and invocation.

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?

With 80% schema coverage, the description adds value by grouping optional features: 'optional bore + keyway' and explaining output details like '40 pts/flank' and circle types. This helps the agent understand how parameters like bore_diameter and keyway_depth relate to the overall output.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it produces a 'helical gear front view' with specific elements like involute outline, circles, helix symbol, and optional bore/keyway. It distinguishes from the sibling 'gear_draw_spur_front_view' by specifying 'helical', though the description itself does not explicitly contrast them.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like 'gear_draw_spur_front_view' or 'gear_draw_section_aa'. The description only mentions that it returns data for downstream 'gear_draw_section_aa', but does not state prerequisites or conditions for selection.

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/U-C4N/Autocad-MCP'

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