Skip to main content
Glama

TinyFn

estimate_body_fat

Estimate body fat percentage using US Navy method.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sexYesSex: male or female
hip_cmNoHip circumference in cm (required for females)
neck_cmYesNeck circumference in cm
waist_cmYesWaist circumference in cm
height_cmYesHeight in cm

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sexNo
codeNo
errorNo
hip_cmNo
neck_cmNo
categoryNo
waist_cmNo
height_cmNo
body_fat_percentNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It only states the method but does not mention any limitations, assumptions, or side effects. For a calculation tool, users need to know if results are approximate or based on specific formulas.

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

Conciseness4/5

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

The description is a single concise sentence, which is efficient for a simple tool. However, it lacks structure like front-loading critical info or sections. It is not overly verbose, so scores well.

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

Completeness2/5

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

Given the tool has 5 parameters and an output schema, the description is too minimal. It does not explain the output or the requirement that hip_cm is needed for females, which is important for correct usage. More context would improve completeness.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents each parameter. The description adds 'using US Navy method', which gives context but does not elaborate on parameter meaning beyond the schema. Baseline of 3 is appropriate.

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 the tool's purpose: 'Estimate body fat percentage using US Navy method.' The verb 'estimate' and resource 'body fat percentage' are specific, and the mention of the US Navy method distinguishes it from other health calculations among the siblings like calculate_bmi.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool vs alternatives. Sibling tools include calculate_bmi and calculate_bmr, which are related, but there is no mention of when body fat estimation is preferred or any prerequisites.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.