tool_bmi
Calculate Body Mass Index (BMI) from weight in kilograms and height in meters to get the BMI value and its category.
Instructions
[utility] BMI
Parameters:
weight (number): Weight (kg)
height (number): Height (m)
Outputs:
bmi (number): BMI
category (string): Category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bmi | No | BMI | |
| height | No | Height (m) | |
| weight | No | Weight (kg) | |
| category | No | Category |