You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.1).

bmr_calc

Inactive

Tool of com.gadgethumans.swarm/x402-middleware

declared in 1.28.1

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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.gadgethumans.swarm/x402-middleware

https://github.com/scotia1973-bot/gadgethumans-x402

2/7 registries
View full server →