calculate_bmi
InactiveTool of com.gadgethumans.swarm/x402-middleware
Calculate BMI (Body Mass Index) from weight and height. Parameters: weight — Weight (kg for metric, lbs for imperial). height — Height (cm for metric, inches for imperial). unit — 'metric' (default) or 'imperial'.
Parameters schema
{
"type": "object",
"title": "calculate_bmiArguments",
"required": [
"weight",
"height"
],
"properties": {
"unit": {
"type": "string",
"title": "Unit",
"default": "metric"
},
"height": {
"type": "number",
"title": "Height"
},
"weight": {
"type": "number",
"title": "Weight"
}
}
}Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries