Unit Conversion
convert_unitsConvert numeric values between different units of measurement across categories like length, mass, time, and temperature.
Instructions
Unit conversion
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Numeric value to convert | |
| from_unit | Yes | Source unit | |
| to_unit | Yes | Target unit | |
| unit_type | Yes | Unit category (length, mass, time, temperature, etc.) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||