Skip to main content
Glama

MCP TypeScript Simple Template

by ChenReuven

calculate-bmi

Calculate Body Mass Index (BMI) by entering weight in kilograms and height in meters. Use this tool to assess health metrics based on standardized BMI calculations.

Input Schema

NameRequiredDescriptionDefault
heightMYes
weightKgYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "heightM": { "type": "number" }, "weightKg": { "type": "number" } }, "required": [ "weightKg", "heightM" ], "type": "object" }

Other Tools from MCP TypeScript Simple Template

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ChenReuven/mcp-ts-simple-template'

If you have feedback or need assistance with the MCP directory API, please join our Discord server