Skip to main content
Glama

Body composition

garmin_get_body_composition
Read-onlyIdempotent

Retrieve body composition data (weight, BMI, body fat, water, muscle, bone) from Garmin Connect over a date range, including daily averages for days with weigh-ins.

Instructions

Get weigh-ins over a date range: weight, BMI, body fat and water percentage, muscle and bone mass, plus the range averages. Only returns data for days with a recorded weigh-in, so an empty result usually means no measurement rather than an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNo'summary' (default) drops per-minute sample series and truncates long lists, which is what you want for almost every question. 'full' returns Garmin's raw payload including every sample -- accurate but potentially enormous, so use it only when the individual data points matter.summary
end_dateNoDate as YYYY-MM-DD, or relative: 'today', 'yesterday', '-7d', '-2w', '-3m'.today
start_dateNoDate as YYYY-MM-DD, or relative: 'today', 'yesterday', '-7d', '-2w', '-3m'.-7d
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds valuable behavioral context beyond this: it only returns days with a recorded weigh-in and explains that empty results indicate missing data, not an error. This is meaningful and does not contradict any annotations.

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 sentences. The first sentence front-loads the purpose, and the second adds an important caveat. No wasted words, ideal for quick AI parsing.

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?

With no output schema, the description carries the burden of explaining return values. It lists the key metrics returned and explicitly addresses empty-result behavior. Combined with comprehensive schema descriptions and annotations, the tool is fully specified for a read-only retrieval operation.

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?

Schema description coverage is 100%, so the baseline is 3. The description does not add parameter-specific semantics beyond what the schema already provides (e.g., detail enum, date formats). The description's mention of returned fields complements but does not override or deepen parameter understanding.

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 weigh-ins over a date range and lists specific metrics (weight, BMI, body fat, water percentage, muscle and bone mass, range averages). This is a specific verb+resource with concrete data fields, making it distinct from sibling tools that retrieve other health metrics.

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: it returns weigh-in data for a date range and notes that an empty result means no measurement was recorded. While it doesn't explicitly mention when to use an alternative sibling tool, the context is sufficient for an agent to select this tool for body composition-related queries.

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/nbaradar/garmin-mcp'

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