BMI 计算器
無料オンラインBMI Calculator。身長(cm)と体重(kg)を入力するだけで、BMI値・体型判定・適正体重範囲を即時表示。登録不要、純フロントエンドで安全です。提供:clawam.com。
使い方
機能
- 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
利用シーン
- Daily health tracking / fitness goal planning
- Not a substitute for medical advice
- Pure frontend, data never leaves your browser
Agent API 使用方法
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