Skip to main content
Glama

Update body measurement

update-body-measurement

Update a body measurement entry for a date, overwriting all provided fields and clearing omitted ones.

Instructions

Update an existing body measurement entry for a date. All fields are overwritten — omitted fields are cleared.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesThe date of the entry to update, format YYYY-MM-DD
hipsNo
waistNo
abdomenNo
neck_cmNo
chest_cmNo
left_calfNo
weight_kgNo
left_thighNo
right_calfNo
fat_percentNo
right_thighNo
shoulder_cmNo
lean_mass_kgNo
left_bicep_cmNo
right_bicep_cmNo
left_forearm_cmNo
right_forearm_cmNo
Behavior3/5

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

With no annotations, the description must disclose behaviors. It does mention the overwrite-and-clear behavior, a key mutation detail. But it omits other traits such as required permissions, error handling, or response format.

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 sentence that front-loads the core action (update existing) and then the critical behavioral note. It is efficiently concise, though could benefit from a bit more context for a 18-parameter tool.

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 high parameter count, lack of output schema, and no annotations, the description is too minimal. It does not explain return values, error conditions, or prerequisites, leaving the agent under-informed for correct invocation.

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

Parameters2/5

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

Schema description coverage is only 6% (only 'date' has a description). The description does not add any parameter semantics for the remaining 17 parameters, relying entirely on property names which are mostly clear but lack units or validation details.

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 it updates an existing body measurement entry for a date. This distinguishes it from create (new entry) and get (retrieve) tools among siblings.

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 explicitly warns that all fields are overwritten and omitted fields are cleared, which is a critical usage guideline. However, it does not specify when not to use this tool or mention prerequisites like entry existence.

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

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