ideal_weight_calc
Calculate ideal body weight using Devine, Robinson, Miller, or Hamwi formulas based on your weight, height, age, and sex.
Instructions
Calculate ideal body weight using multiple formulas.
Parameters:
weight — Actual weight in kg.
height — Height in cm.
age — Age in years.
sex — 'male' (default) or 'female'.
method — 'devine' (default), 'robinson', 'miller', or 'hamwi'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weight | Yes | ||
| height | Yes | ||
| age | Yes | ||
| sex | No | male | |
| method | No | devine |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |