Skip to main content
Glama
ssfdre38
by ssfdre38

cad_generate_knob

Generate a replacement rotary knob with D-shaft socket, perimeter fluting, and pointer indicator notch. Set diameter, height, shaft type, and flute count to produce a 3D-printable parametric model.

Instructions

Generates a replacement rotary knob with D-shaft socket, perimeter fluting, and pointer indicator notch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
heightYesKnob total height in mm.
diameterYesKnob outer diameter in mm.
filenameNo
outputDirNo
shaftTypeNoShaft profile (default: 'D_shaft').
dFlatDepthNoFlat depth for D-shaft (default: 1.5 mm).
knurlCountNoNumber of grip flutes around perimeter (default: 18).
shaftDiameterNoPotentiometer shaft diameter in mm (default: 6.0 mm).
indicatorNotchNoWhether to include indicator pointer notch.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says 'generates' and lists features; it does not mention whether a file is created, what output format is produced, whether existing files are overwritten, or behavior around optional parameters.

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?

A single sentence communicates the tool's output and key geometric features without redundancy. No filler or repeated schema content appears.

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

Completeness2/5

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

The tool has nine parameters, no output schema, no annotations, and no usage context. The description is too brief to tell an agent what artifact is produced, how to interact with optional parameters, or when to choose this over sibling CAD generation tools.

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 78%, close to the high-coverage baseline, so the schema mostly carries parameters. The description adds some value by mapping its features (D-shaft, fluting, notch) to relevant parameters, but it does not explain the optional filename/outputDir parameters or clarify defaults 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 states a specific verb ('Generates'), a specific resource ('replacement rotary knob'), and enumerates distinctive features (D-shaft socket, perimeter fluting, pointer indicator notch). This clearly separates it from sibling tools like cad_generate_bracket or cad_generate_spacer.

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 guidance is given about when to use this tool versus its siblings. There is no context such as 'use when a replacement knob is needed' or exclusions like 'for non-rotary parts use cad_generate_spacer'.

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