unit_convert
Convert a numeric value between compatible unit symbols, rejecting mismatched dimensions and quantity categories.
Instructions
Convert a value between compatible units. Rejects mismatched dimensions and quantity categories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target unit symbol. Examples: psi, m, N, degF. | |
| from | Yes | Source unit symbol. Examples: MPa, mm, lbf, degC. | |
| value | Yes | Numeric value to convert. |