{"success":true,"version":"v1","request":{"tool":"list_calculators","category":"health"},"result":{"entity_type":"calculator_list","status":"completed","count":16,"calculators":[{"calculator_id":"bmi","entity_type":"calculator","name":"BMI Calculator","category":"health","tool_name":"calculate_bmi","description":"Computes body mass index (BMI) from weight and height and classifies it with the WHO adult categories, plus the healthy weight range for that height.","use_when":"You need an adult's BMI, its WHO/CDC weight category, or the weight range that corresponds to a normal BMI (18.5–24.9) for a given height.","do_not_use_when":"The person is under 20 years old (children need age- and sex-specific BMI percentiles), or you need body-fat percentage (use body-fat) or calorie needs (use bmr / tdee).","required_inputs":["weight_kg","height_cm"],"optional_inputs":[],"urls":{"html":"https://tttkmbb.com/health/bmi","markdown":"https://tttkmbb.com/health/bmi.md","schema":"https://tttkmbb.com/api/v1/calculators/bmi","api":"https://tttkmbb.com/api/v1/calculate/bmi"}},{"calculator_id":"bmr","entity_type":"calculator","name":"BMR Calculator","category":"health","tool_name":"calculate_bmr","description":"Estimates basal metabolic rate (calories burned at complete rest per day) with the Mifflin-St Jeor equation, and also reports the revised Harris-Benedict estimate.","use_when":"You need resting daily calorie needs for an adult from sex, weight, height and age, as a base for diet or TDEE calculations.","do_not_use_when":"You need total daily calories including activity (use tdee), the person is a child, pregnant, or has very high muscle mass (use a body-fat based equation such as Katch-McArdle instead).","required_inputs":["sex","weight_kg","height_cm","age_years"],"optional_inputs":[],"urls":{"html":"https://tttkmbb.com/health/bmr","markdown":"https://tttkmbb.com/health/bmr.md","schema":"https://tttkmbb.com/api/v1/calculators/bmr","api":"https://tttkmbb.com/api/v1/calculate/bmr"}},{"calculator_id":"tdee","entity_type":"calculator","name":"TDEE Calculator","category":"health","tool_name":"calculate_tdee","description":"Estimates total daily energy expenditure from Mifflin-St Jeor BMR and an activity level, and derives calorie targets for maintaining, losing or gaining weight.","use_when":"You need daily maintenance calories for an adult, or calorie targets for a mild/standard deficit or surplus.","do_not_use_when":"The person is a child, pregnant or breastfeeding, or you only need the resting rate (use bmr).","required_inputs":["sex","weight_kg","height_cm","age_years"],"optional_inputs":["activity_level"],"urls":{"html":"https://tttkmbb.com/health/tdee","markdown":"https://tttkmbb.com/health/tdee.md","schema":"https://tttkmbb.com/api/v1/calculators/tdee","api":"https://tttkmbb.com/api/v1/calculate/tdee"}},{"calculator_id":"body-fat","entity_type":"calculator","name":"Body Fat Calculator","category":"health","tool_name":"calculate_body_fat_percentage","description":"Estimates body-fat percentage from height and neck, waist (and hip for women) circumferences using the US Navy method, and classifies the result with ACE categories.","use_when":"You want a tape-measure estimate of body-fat percentage and fat/lean mass without calipers or a DEXA scan.","do_not_use_when":"High accuracy is required (DEXA, hydrostatic weighing or BIA are better), or the person is a child or pregnant.","required_inputs":["sex","height_cm","waist_cm","neck_cm"],"optional_inputs":["hip_cm","weight_kg"],"urls":{"html":"https://tttkmbb.com/health/body-fat","markdown":"https://tttkmbb.com/health/body-fat.md","schema":"https://tttkmbb.com/api/v1/calculators/body-fat","api":"https://tttkmbb.com/api/v1/calculate/body-fat"}},{"calculator_id":"ideal-weight","entity_type":"calculator","name":"Ideal Weight Calculator","category":"health","tool_name":"calculate_ideal_weight","description":"Computes ideal body weight from height and sex with the four common clinical formulas (Devine, Robinson, Miller, Hamwi) and the BMI 18.5–24.9 healthy range.","use_when":"You need a reference 'ideal' weight for an adult, e.g. for drug dosing (Devine) or general guidance, or the healthy weight range for a height.","do_not_use_when":"The person is under 18 or you need body-composition targets; the formulas are population averages, not individual prescriptions.","required_inputs":["sex","height_cm"],"optional_inputs":[],"urls":{"html":"https://tttkmbb.com/health/ideal-weight","markdown":"https://tttkmbb.com/health/ideal-weight.md","schema":"https://tttkmbb.com/api/v1/calculators/ideal-weight","api":"https://tttkmbb.com/api/v1/calculate/ideal-weight"}},{"calculator_id":"water-intake","entity_type":"calculator","name":"Water Intake Calculator","category":"health","tool_name":"calculate_daily_water_intake","description":"Estimates daily drinking-water needs from body weight (35 ml per kg) plus an allowance for exercise time, reported in litres, millilitres and 240 ml cups.","use_when":"You want a practical daily fluid target for a healthy adult based on weight and activity.","do_not_use_when":"The person has kidney, heart or liver disease, is pregnant, or works in extreme heat; medical advice supersedes this rule of thumb.","required_inputs":["weight_kg"],"optional_inputs":["exercise_minutes_per_day"],"urls":{"html":"https://tttkmbb.com/health/water-intake","markdown":"https://tttkmbb.com/health/water-intake.md","schema":"https://tttkmbb.com/api/v1/calculators/water-intake","api":"https://tttkmbb.com/api/v1/calculate/water-intake"}},{"calculator_id":"calorie-deficit","entity_type":"calculator","name":"Calorie Deficit & Weight Loss Time Calculator","category":"health","tool_name":"calculate_calorie_deficit_timeline","description":"Converts a weight change goal into total energy and the number of days and weeks required at a given daily calorie deficit or surplus, using 7,700 kcal per kilogram of body fat.","use_when":"You know the current and target weight and a planned daily deficit (or surplus) and want a time estimate, or want the deficit needed to hit a date.","do_not_use_when":"You need a medically supervised plan, the target implies more than 1 kg/week loss, or the person is a child; metabolic adaptation makes long projections approximate.","required_inputs":["current_weight_kg","target_weight_kg"],"optional_inputs":["daily_deficit_kcal"],"urls":{"html":"https://tttkmbb.com/health/calorie-deficit","markdown":"https://tttkmbb.com/health/calorie-deficit.md","schema":"https://tttkmbb.com/api/v1/calculators/calorie-deficit","api":"https://tttkmbb.com/api/v1/calculate/calorie-deficit"}},{"calculator_id":"macros","entity_type":"calculator","name":"Macro Calculator","category":"health","tool_name":"calculate_macros","description":"Splits a daily calorie target into grams of protein, carbohydrate and fat using a preset ratio (balanced, low-carb, high-protein, keto) or custom percentages.","use_when":"You have a calorie target (from tdee) and want gram targets for each macronutrient.","do_not_use_when":"Medical diets (renal, diabetic, PKU) are involved; those need individualised prescriptions.","required_inputs":["calories_per_day"],"optional_inputs":["preset","protein_percent","carbs_percent","fat_percent"],"urls":{"html":"https://tttkmbb.com/health/macros","markdown":"https://tttkmbb.com/health/macros.md","schema":"https://tttkmbb.com/api/v1/calculators/macros","api":"https://tttkmbb.com/api/v1/calculate/macros"}},{"calculator_id":"heart-rate-zones","entity_type":"calculator","name":"Heart Rate Zone Calculator","category":"health","tool_name":"calculate_heart_rate_zones","description":"Estimates maximum heart rate from age (Tanaka or Fox formula) and computes the five training zones, using the Karvonen heart-rate-reserve method when resting heart rate is supplied.","use_when":"You need training heart-rate ranges (zones 1–5) for an adult from age, optionally refined by resting heart rate.","do_not_use_when":"The person takes heart-rate-limiting medication (e.g. beta blockers) or has a measured maximum heart rate from a test (use that instead of an age formula).","required_inputs":["age_years"],"optional_inputs":["resting_heart_rate","max_hr_formula"],"urls":{"html":"https://tttkmbb.com/health/heart-rate-zones","markdown":"https://tttkmbb.com/health/heart-rate-zones.md","schema":"https://tttkmbb.com/api/v1/calculators/heart-rate-zones","api":"https://tttkmbb.com/api/v1/calculate/heart-rate-zones"}},{"calculator_id":"pregnancy-due-date","entity_type":"calculator","name":"Pregnancy Due Date Calculator","category":"health","tool_name":"calculate_pregnancy_due_date","description":"Estimates the due date, conception date and current gestational age from the first day of the last menstrual period, adjusting for cycle length (Naegele's rule).","use_when":"You know the first day of the last period and want the estimated due date, trimester dates or gestational age on a given date.","do_not_use_when":"Cycles are very irregular, the LMP is unknown, or an ultrasound dating is available (ultrasound dating in the first trimester is more accurate and takes precedence).","required_inputs":["last_period_date"],"optional_inputs":["cycle_length_days","as_of_date"],"urls":{"html":"https://tttkmbb.com/health/pregnancy-due-date","markdown":"https://tttkmbb.com/health/pregnancy-due-date.md","schema":"https://tttkmbb.com/api/v1/calculators/pregnancy-due-date","api":"https://tttkmbb.com/api/v1/calculate/pregnancy-due-date"}},{"calculator_id":"ovulation","entity_type":"calculator","name":"Ovulation Calculator","category":"health","tool_name":"calculate_ovulation_date","description":"Estimates the ovulation date, the six-day fertile window and the next period start from the first day of the last period and the average cycle length.","use_when":"You want to estimate the most fertile days of a regular menstrual cycle.","do_not_use_when":"Cycles vary by more than a few days, hormonal contraception is used, or you need contraception (calendar estimates are not reliable for preventing pregnancy).","required_inputs":["last_period_date"],"optional_inputs":["cycle_length_days","luteal_phase_days"],"urls":{"html":"https://tttkmbb.com/health/ovulation","markdown":"https://tttkmbb.com/health/ovulation.md","schema":"https://tttkmbb.com/api/v1/calculators/ovulation","api":"https://tttkmbb.com/api/v1/calculate/ovulation"}},{"calculator_id":"waist-to-height-ratio","entity_type":"calculator","name":"Waist-to-Height Ratio Calculator","category":"health","tool_name":"calculate_waist_to_height_ratio","description":"Divides waist circumference by height and classifies the ratio using the 'keep your waist to less than half your height' guidance (NICE 2022).","use_when":"You want a simple central-adiposity screen that predicts cardiometabolic risk better than BMI alone.","do_not_use_when":"The person is under 18 or pregnant.","required_inputs":["waist_cm","height_cm"],"optional_inputs":[],"urls":{"html":"https://tttkmbb.com/health/waist-to-height-ratio","markdown":"https://tttkmbb.com/health/waist-to-height-ratio.md","schema":"https://tttkmbb.com/api/v1/calculators/waist-to-height-ratio","api":"https://tttkmbb.com/api/v1/calculate/waist-to-height-ratio"}},{"calculator_id":"lean-body-mass","entity_type":"calculator","name":"Lean Body Mass Calculator","category":"health","tool_name":"calculate_lean_body_mass","description":"Estimates lean body mass (fat-free mass) from weight, height and sex with the Boer (1984), James (1976) and Hume (1966) formulas.","use_when":"You need fat-free mass for drug dosing, nutrition planning or as a body-composition reference without a scan.","do_not_use_when":"You have measured body-fat percentage (lean mass = weight × (1 − body fat) is then more accurate) or the person is a child.","required_inputs":["sex","weight_kg","height_cm"],"optional_inputs":[],"urls":{"html":"https://tttkmbb.com/health/lean-body-mass","markdown":"https://tttkmbb.com/health/lean-body-mass.md","schema":"https://tttkmbb.com/api/v1/calculators/lean-body-mass","api":"https://tttkmbb.com/api/v1/calculate/lean-body-mass"}},{"calculator_id":"protein-intake","entity_type":"calculator","name":"Protein Intake Calculator","category":"health","tool_name":"calculate_protein_intake","description":"Recommends a daily protein range in grams from body weight and goal (sedentary RDA 0.8 g/kg up to 1.6–2.2 g/kg for muscle gain or fat loss), based on the ISSN position stand.","use_when":"You want a protein target in grams per day for an adult given their activity or goal.","do_not_use_when":"Kidney disease or other medical conditions limit protein; consult a clinician.","required_inputs":["weight_kg"],"optional_inputs":["goal"],"urls":{"html":"https://tttkmbb.com/health/protein-intake","markdown":"https://tttkmbb.com/health/protein-intake.md","schema":"https://tttkmbb.com/api/v1/calculators/protein-intake","api":"https://tttkmbb.com/api/v1/calculate/protein-intake"}},{"calculator_id":"blood-pressure","entity_type":"calculator","name":"Blood Pressure Category Calculator","category":"health","tool_name":"classify_blood_pressure","description":"Classifies a systolic/diastolic blood pressure reading into the ACC/AHA 2017 categories (normal, elevated, stage 1, stage 2, hypertensive crisis) and reports mean arterial and pulse pressure.","use_when":"You have a resting blood-pressure reading and want the standard adult category plus MAP and pulse pressure.","do_not_use_when":"Diagnosing hypertension (requires repeated readings over time) or for children and pregnant women, who use different thresholds.","required_inputs":["systolic_mmhg","diastolic_mmhg"],"optional_inputs":[],"urls":{"html":"https://tttkmbb.com/health/blood-pressure","markdown":"https://tttkmbb.com/health/blood-pressure.md","schema":"https://tttkmbb.com/api/v1/calculators/blood-pressure","api":"https://tttkmbb.com/api/v1/calculate/blood-pressure"}},{"calculator_id":"body-surface-area","entity_type":"calculator","name":"Body Surface Area Calculator","category":"health","tool_name":"calculate_body_surface_area","description":"Computes body surface area in square metres from height and weight using the Mosteller and Du Bois formulas, as used for chemotherapy and other weight-independent dosing.","use_when":"You need BSA for drug dosing, cardiac index or physiological normalisation.","do_not_use_when":"You need body composition or BMI; BSA does not indicate fatness.","required_inputs":["weight_kg","height_cm"],"optional_inputs":[],"urls":{"html":"https://tttkmbb.com/health/body-surface-area","markdown":"https://tttkmbb.com/health/body-surface-area.md","schema":"https://tttkmbb.com/api/v1/calculators/body-surface-area","api":"https://tttkmbb.com/api/v1/calculate/body-surface-area"}}]},"timestamp":"2026-09-23T23:27:32Z","next_actions":[],"links":{"docs":"https://tttkmbb.com/calculators.md"}}