convert_temperature
Convert temperature values between Celsius, Fahrenheit, and Kelvin units. Specify the source and target units to get the converted value.
Instructions
Convert temperatures between Celsius, Fahrenheit, and Kelvin
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| temperature | Yes | Temperature value to convert | |
| from | Yes | Source temperature unit | |
| to | Yes | Target temperature unit |