match_design_components
Finds pre-built OpenSCAD library components matching a design description, returning import lines, usage examples, and parameters.
Instructions
Find pre-built library components matching a design description.
Given a natural language description of what you want to build,
identifies which bundled OpenSCAD library components can be used.
Returns import lines, example usage, parameters, and guidance
for each matching component.
Examples:
"hand crank with a gear" → finds spur_gear
"box with a hinge" → finds knuckle_hinge
"mounting bracket with screw holes" → finds screw_hole
Args:
description: Natural language description of the design.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes |