bmi
ActiveTool of WingmanProtocol Agent Gateway
Body Mass Index (BMI) — BMI from weight and height, the WHO weight category, and the healthy-weight range for your height. Metric (kg/cm) or imperial (lb/in).
Parameters schema
{
"type": "object",
"required": [
"weight",
"height"
],
"properties": {
"unit": {
"type": "string",
"description": "'metric' (kg/cm) or 'imperial' (lb/in); default metric"
},
"height": {
"type": "number",
"description": "Height (cm if metric, inches if imperial)"
},
"weight": {
"type": "number",
"description": "Body weight (kg if metric, lb if imperial)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries