pet_calorie
ActiveTool of WingmanProtocol Agent Gateway
Pet Daily Calorie Calculator — Daily calorie needs for a dog or cat (RER/MER from body weight + life stage) plus cups-per-day at common food energy densities.
Parameters schema
{
"type": "object",
"required": [
"weight_kg"
],
"properties": {
"species": {
"type": "string",
"description": "'dog' or 'cat' (default 'dog')"
},
"weight_kg": {
"type": "number",
"description": "Body weight in kilograms"
},
"life_stage": {
"type": "string",
"description": "neutered_adult | intact_adult | weight_loss | weight_gain | active | puppy_kitten | senior (default neutered_adult)"
}
},
"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