bmr_calc
InactiveTool of com.gadgethumans.swarm/x402-middleware
Calculate Basal Metabolic Rate (BMR) using Mifflin-St Jeor equation. Parameters: weight — Weight in kg. height — Height in cm. age — Age in years. sex — 'male' (default) or 'female'.
Parameters schema
{
"type": "object",
"title": "bmr_calcArguments",
"required": [
"weight",
"height",
"age"
],
"properties": {
"age": {
"type": "integer",
"title": "Age"
},
"sex": {
"type": "string",
"title": "Sex",
"default": "male"
},
"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