tdee
ActiveTool of WingmanProtocol Agent Gateway
Calorie Needs (BMR + TDEE) — Daily calorie needs: Mifflin–St Jeor basal metabolic rate, total daily energy expenditure by activity level, and a cut/maintain/bulk goal table.
Parameters schema
{
"type": "object",
"required": [
"weight_kg",
"height_cm",
"age"
],
"properties": {
"age": {
"type": "integer",
"description": "Age in years"
},
"sex": {
"type": "string",
"description": "'male' or 'female' (default male)"
},
"activity": {
"type": "string",
"description": "sedentary | light | moderate | active | very_active (default moderate)"
},
"height_cm": {
"type": "number",
"description": "Height in centimetres"
},
"weight_kg": {
"type": "number",
"description": "Body weight in kilograms"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries