design_improvement_plan
Generate a structural improvement plan for a design, combining risk analysis, reinforcement recommendations, load analysis, and an overall score.
Instructions
Generate a complete structural improvement plan for a design.
The **full design reasoning pipeline** — combines risk analysis,
reinforcement recommendations, and load analysis into one actionable
report with an overall structural score (0-100, A-F grade).
This is the tool that makes Kiln a **design advisor**, not just a
geometry validator. It answers: "This bracket needs a gusset at the
load point" — not just "the part has thin walls."
The plan includes:
1. **Risks**: all structural weak points with locations and severity
2. **Reinforcements**: specific fixes with estimated strength gains
3. **Load analysis**: how the part handles forces, best print orientation
4. **Score**: overall structural grade with summary
:param file_path: Path to the STL file.
:param min_cross_section_mm2: Minimum safe cross-section area.
:param sharp_angle_threshold_deg: Angle for sharp edge detection.
:returns: Complete improvement plan as dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| min_cross_section_mm2 | No | ||
| sharp_angle_threshold_deg | No |