BMI Calculator

Free online BMI (Body Mass Index) calculator. Enter your height and weight to get instant BMI, weight status, and healthy range.

Usage

Features

  • Standard BMI formula: weight (kg) / (height (m))²
  • 4 weight categories: Underweight / Normal / Overweight / Obese
  • Healthy weight range based on BMI 18.5-24
  • Real-time calculation

Use Cases

  • Daily health tracking / fitness goal planning
  • Not a substitute for medical advice
  • Pure frontend, data never leaves your browser

Agent API Usage

This tool is pure frontend. Data is processed in the browser and never sent to a server. The api_url in manifest is empty; the /api/bmi/ endpoint returns 404. Agents should read schema.json to understand fields, then execute the tool logic in the browser.
// Step 1: Read the tool schema
GET https://clawam.com/en/tools/bmi/schema.json

// Step 2: Execute the tool logic in the browser
// Pure JS implementation in the tool page