Skip to main content
Glama

bmr_calc

Calculate your Basal Metabolic Rate (BMR) using the Mifflin-St Jeor equation with inputs for weight, height, age, and sex.

Instructions

Calculate Basal Metabolic Rate (BMR) using Mifflin-St Jeor equation.

Parameters:
    weight — Weight in kg.
    height — Height in cm.
    age — Age in years.
    sex — 'male' (default) or 'female'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
weightYes
heightYes
ageYes
sexNomale

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden of behavioral transparency. It does not disclose whether the tool is read-only, what it modifies, or any side effects. The calculation nature is obvious, but the description lacks explicit behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Extremely concise: a single sentence stating purpose and method, followed by a parameter list. Every sentence is necessary and front-loaded with the core action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema, the description appropriately omits return value details. It covers the purpose and parameter semantics sufficiently for a simple math tool, but could mention that BMR is in calories per day.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds valuable meaning beyond the schema by specifying units (kg, cm, years) and the default for 'sex'. This is especially important given the 0% schema description coverage. However, it does not specify constraints like positivity or allowed values.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Calculate Basal Metabolic Rate (BMR)' and specifies the Mifflin-St Jeor equation. This distinguishes it from sibling tools like calculate_bmi or body_fat_calc.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when BMR calculation is needed, but it does not provide explicit guidance on when to use this tool versus alternatives, nor does it mention any prerequisites or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/scotia1973-bot/api-hub'

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