Skip to main content
Glama

update-body-measurement

Update an existing body measurement entry for a given date. Overwrites all provided fields; omitted fields become null. Returns 404 if no entry exists.

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.
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?

Reveals key behaviors: omitted fields become null, 404 for nonexistent date. No annotation support, so carries full burden; still informative though missing auth/rate limits.

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?

Two sentences: first states action, second details side effects and error condition. No redundant information.

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?

Covers essential: purpose, overwrite semantics, 404. No output schema but mutation tools typically need less. Sufficient for a tool with 18 params.

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?

Schema covers all parameters with units. Description adds value beyond schema by explaining global overwrite behavior and date existence requirement.

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?

Explicitly states update action on an existing body measurement entry, distinguishing from create/get siblings. Adds unique behaviors: overwrite and 404 on missing date.

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?

Clear about overwrite behavior and 404 error, guiding when to call. Lacks explicit alternative (e.g., use create-body-measurement if new date), but implied.

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