Skip to main content
Glama
partymola

google-health-mcp

health_get_weight

Fetch weight, BMI, and body fat records for a date range, with optional live API sync to update local cache for accurate trend analysis.

Instructions

Get weight log entries (weight, BMI, body fat percentage).

Returns data from the local cache by default. Use live=True to fetch from the API. Run health_sync first to populate the cache.

Weight data is sparse: only days with weigh-in entries are present.

Args: start_date: Start date as "YYYY-MM-DD", "YYYY-MM", or "30d". Default: last 30 days. end_date: End date as "YYYY-MM-DD". Default: today. live: If true, re-fetch this window from the API before reading the cache.

Returns one entry per weigh-in with weight_kg, bmi, fat_pct.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
liveNo
end_dateNo
start_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations are provided, so the description carries full responsibility, and it delivers: it discloses cache-first behavior, live re-fetch semantics, dependency on health_sync, and sparse weigh-in day coverage. This goes well beyond a simple read-only hint and sets accurate expectations about data availability.

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 front-loaded with the core purpose and then uses short, focused paragraphs for caching behavior, sparse data, parameters, and return value shape. Every sentence adds value with no filler or redundancy.

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

Completeness5/5

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

Given the tool's moderate complexity, the description covers cache semantics, prerequisites, date formats, output shape, and sparse-data behavior. The output schema exists, but the description still usefully summarizes return fields and one-entry-per-weigh-in behavior, making the tool fully comprehensible.

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

Parameters5/5

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

Schema description coverage is 0%, but the description compensates fully by explaining start_date and end_date formats, defaults, and the meaning of live. Each parameter's purpose and acceptable values are explicitly documented, making the tool invocable without schema help.

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 gets weight log entries and enumerates the specific data fields (weight, BMI, body fat percentage), making the purpose unambiguous. It also distinguishes itself from sibling health tools by focusing on weight log entries versus broader trends or device data.

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 concrete usage context: default cache behavior, live=True for API fetches, the need to run health_sync first, and sparse data expectations. It stops short of explicitly naming alternatives or when-not-to-use cases, but the usage guidance is clear and actionable.

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/partymola/google-health-mcp'

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