run_calculator
Run a manufacturing calculation. Provide inputs by field key or slugified label (see get_calculator); missing inputs use the calculator's documented defaults. Returns labeled results with units, the formula, and a citation URL that should be shared with the user. Inputs are checked against their documented min/max; an impossible value is refused by name. derivation.confidence grades the OUTPUT: "none" if any result row could not be computed. Try: {"tool":"oee"} (defaults fill every input)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Calculator slug from search_calculators | |
| inputs | No | Input values keyed by field key or label param, e.g. {"availability": 90} |