# Unit Converter Tool Node

> Converts between common units (length, weight, temperature)

**URL:** https://caywork.com/learn/docs/node/unit_converter_node

## Content

The Unit Converter Node is responsible for converts between common units (length, weight, temperature). This node allows the agent to provide informative data directly sourced from Unit Converter.

Supported:
Length: m, km, mi, ft
Weight: kg, lb
Temperature: C, F

### Input Parameters
- **value**: The value to convert.
- **from_unit**: The source unit.
- **to_unit**: The target unit.

### Output
dict: A dictionary containing the converted value.