tool_temperature_converter
Convert temperature values between Celsius, Fahrenheit, and Kelvin with adjustable precision. Enter a value and source unit to get equivalent temperatures in all scales.
Instructions
[utility] Temperature
Parameters:
value (number): Value
fromUnit (string): From
precision (string): Precision
Outputs:
celsius (number): Celsius
fahrenheit (number): Fahrenheit
kelvin (number): Kelvin
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Value | |
| kelvin | No | Kelvin | |
| celsius | No | Celsius | |
| fromUnit | No | From | |
| precision | No | Precision | |
| fahrenheit | No | Fahrenheit |