get_calculator_schema
Get the input and output schema for a calculator, generated from its reviewed contract: parameter types, units, allowed dropdown values and definitional bounds, plus outputs keyed by named range (including the status output). Table inputs carry a 'grid' block giving the exact number of rows to send, the column layout, which columns are editable, and how to shape a row; a table whose 'grid' block says writable=false cannot be supplied at all. Schema 0.18 exposes required and omitted declarations plus version-bound visibility tables; older versions require every input while awaiting metadata migration. Optionally resolves one immutable platform version. Returns trust metadata for the resolved version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The calculator slug, e.g. 'steel-column-capacity-calculator'. | |
| platform_version | No | Optional positive platform version number. Omit for the current published version. |