Skip to main content
Glama

update-body-measurement

Overwrite an existing body measurement entry for a given date; omitted fields reset to null. Returns 404 if the date is not found.

Instructions

Update an existing body measurement entry for a given date. All fields are overwritten — omitted fields are set to null. Returns 404 if no entry exists for the date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesThe date of the body measurement to update (YYYY-MM-DD). Must already exist — returns 404 otherwise.
hipsNoHips circumference in centimeters
waistNoWaist circumference in centimeters
neckCmNoNeck circumference in centimeters
abdomenNoAbdomen circumference in centimeters
chestCmNoChest circumference in centimeters
leftCalfNoLeft calf circumference in centimeters
weightKgNoBody weight in kilograms
leftThighNoLeft thigh circumference in centimeters
rightCalfNoRight calf circumference in centimeters
fatPercentNoBody fat percentage
leanMassKgNoLean body mass in kilograms
rightThighNoRight thigh circumference in centimeters
shoulderCmNoShoulder circumference in centimeters
leftBicepCmNoLeft bicep circumference in centimeters
rightBicepCmNoRight bicep circumference in centimeters
leftForearmCmNoLeft forearm circumference in centimeters
rightForearmCmNoRight forearm circumference in centimeters
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses critical behavioral traits: all fields are overwritten, omitted fields are set to null, and returns 404 for missing dates. This goes beyond simple 'update' semantics and helps the agent understand the destructive nature of omitting parameters. However, it does not mention permissions, rate limits, or the success response shape, so slightly less than perfect.

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 two concise sentences that front-load the purpose ('Update an existing body measurement entry for a given date') followed by the two essential behavioral caveats. Every word earns its place, with no redundancy or fluff.

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?

For a tool with 18 parameters, no annotations, and no output schema, the description covers the most critical operational details: overwrite semantics, null-filling, and 404 behavior. It does not describe the success return value or any prerequisites, but the schema handles parameter meanings and the description clarifies the update semantics, making it largely complete.

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 schema provides full coverage with descriptions for all 18 parameters (units in cm, kg, etc.), so the baseline is 3. The description adds important parameter behavior: omitted fields are set to null, which is not visible in the schema. This clarifies that updating with a subset of fields will erase unmentioned ones, adding value beyond the schema.

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 'Update an existing body measurement entry for a given date', specifying the action (update), the resource (body measurement entry), and the key parameter (date). It also distinguishes itself from sibling tools like create-body-measurement and get-body-measurement by emphasizing 'existing' and the 404 behavior for missing entries.

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 gives clear context: this tool updates an existing entry, and if no entry exists for the date, it returns 404. This implies it is not for creating new entries, but it does not explicitly name alternatives like creating a new measurement. The conditionality is clear enough for an agent to decide when to use it.

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

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