calories_burned
ActiveTool of WingmanProtocol Agent Gateway
Calories Burned (MET) — Calories burned for an activity from its MET value, body weight and duration, plus a comparison table of common activities at the same weight and time.
Parameters schema
{
"type": "object",
"required": [
"activity",
"weight_kg",
"duration_min"
],
"properties": {
"activity": {
"type": "string",
"description": "walking | running | cycling | swimming | jump_rope | weightlifting | yoga | hiking | rowing | elliptical | basketball | soccer | tennis | ..."
},
"weight_kg": {
"type": "number",
"description": "Body weight in kilograms"
},
"duration_min": {
"type": "number",
"description": "Activity duration in minutes"
}
},
"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