Skip to main content
Glama

create-body-measurement

Record body measurements for a specific date with optional weight, lean mass, fat percentage, and circumference fields. Returns an error if an entry already exists for that date.

Instructions

Create a body measurement entry for a given date. All measurement fields are optional. Returns 409 if an entry already exists for that date — use update-body-measurement instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesThe date of the body measurement (YYYY-MM-DD). Must be unique — returns 409 if an entry already exists for this date.
weightKgNoBody weight in kilograms
leanMassKgNoLean body mass in kilograms
fatPercentNoBody fat percentage
neckCmNoNeck circumference in centimeters
shoulderCmNoShoulder circumference in centimeters
chestCmNoChest circumference in centimeters
leftBicepCmNoLeft bicep circumference in centimeters
rightBicepCmNoRight bicep circumference in centimeters
leftForearmCmNoLeft forearm circumference in centimeters
rightForearmCmNoRight forearm circumference in centimeters
abdomenNoAbdomen circumference in centimeters
waistNoWaist circumference in centimeters
hipsNoHips circumference in centimeters
leftThighNoLeft thigh circumference in centimeters
rightThighNoRight thigh circumference in centimeters
leftCalfNoLeft calf circumference in centimeters
rightCalfNoRight calf circumference in centimeters
Behavior4/5

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

With no annotations, the description carries full responsibility. It discloses that all measurement fields are optional and that the tool returns 409 on duplicate dates, advising to use update instead. However, it does not describe success response or authentication requirements, which are minor gaps.

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?

The description is extremely concise, consisting of two sentences that convey all necessary information: purpose, optionality, and conflict handling with sibling tool reference. No unnecessary words or details.

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 high schema coverage and absence of output schema, the description adequately covers the essential behavior. It explains the duplicate detection and alternative tool, which is critical for correct usage. The lack of success return info is a minor omission but does not prevent effective use.

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?

The input schema already provides 100% description coverage for all 18 parameters, and the required field is clear. The description adds minimal value by stating 'All measurement fields are optional', which is already implied by the schema's use of 'anyOf' with null. Baseline score 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 action ('Create a body measurement entry'), the resource ('body measurement entry'), and the key constraint ('for a given date'). It explicitly mentions that all measurement fields are optional and distinguishes the tool from its sibling 'update-body-measurement' by describing the duplicate conflict behavior.

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

Usage Guidelines4/5

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

The description provides explicit guidance on when to use this tool versus the sibling 'update-body-measurement' by mentioning the 409 conflict and suggesting the alternative. It does not cover other usage contexts, but the guidance is sufficient for normal use.

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/chrisdoc/hevy-mcp'

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