You're viewing a demo portfolio

Join the waitlist
PRSM

bmi

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Body Mass Index (BMI) — BMI from weight and height, the WHO weight category, and the healthy-weight range for your height. Metric (kg/cm) or imperial (lb/in).

Parameters schema

{
  "type": "object",
  "required": [
    "weight",
    "height"
  ],
  "properties": {
    "unit": {
      "type": "string",
      "description": "'metric' (kg/cm) or 'imperial' (lb/in); default metric"
    },
    "height": {
      "type": "number",
      "description": "Height (cm if metric, inches if imperial)"
    },
    "weight": {
      "type": "number",
      "description": "Body weight (kg if metric, lb if imperial)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →