check_step_support
Checks available STEP import backends and provides installation guidance if missing, indicating whether the user can resolve it.
Instructions
Check which STEP import backends are available on this system.
Returns a dict listing each backend (FreeCAD, Gmsh, the OCCT
kernel, CadQuery) with its availability status and priority.
If none is found,
includes ``install_help`` (prose) and ``remedy`` (structured) —
prefer ``remedy``: its ``actionable_by_caller`` flag tells you
whether the user can fix this (``kiln install-step-backend``) or
whether they're on a hosted server where they cannot.
Call this before ``import_step_file`` to verify the system is
ready for STEP conversion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||