body_fat
ActiveTool of WingmanProtocol Agent Gateway
Body-Fat Percentage (U.S. Navy) — Body-fat % via the U.S. Navy circumference method (height/neck/waist, plus hip for women), the ACE category, and fat/lean mass if a body weight is given.
Parameters schema
{
"type": "object",
"required": [
"height_cm",
"neck_cm",
"waist_cm"
],
"properties": {
"sex": {
"type": "string",
"description": "'male' or 'female' (default male)"
},
"hip_cm": {
"type": "number",
"description": "Hip circumference in cm (required for the female estimate)"
},
"neck_cm": {
"type": "number",
"description": "Neck circumference in centimetres"
},
"waist_cm": {
"type": "number",
"description": "Waist circumference in centimetres"
},
"height_cm": {
"type": "number",
"description": "Height in centimetres"
},
"weight_kg": {
"type": "number",
"description": "Body weight in kg (optional; enables fat/lean mass)"
}
},
"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