Skip to main content
Glama
sedoglia

Garmin Connect MCP Server

by sedoglia

get_body_composition

Retrieve historical body composition data including weight, BMI, body fat, muscle, and bone mass over a specified period, along with period averages.

Instructions

Get body composition measurements (weight, BMI, body fat, muscle and bone mass) over a period, plus the average across the period.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of days of historical data ending at endDate (1-365, default 30)
endDateNoLast day of the period in YYYY-MM-DD format. Defaults to today.
Behavior3/5

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

No annotations exist, so description carries the burden. It discloses the tool returns data over a period plus average, which is helpful, but does not detail data granularity, units, or other behavioral traits (e.g., read-only).

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?

Single clear sentence with no wasted words. Front-loaded with verb and resource followed by details.

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

Completeness3/5

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

No output schema is provided, and the description does not explain the return format (e.g., list of daily values, average value). For a simple retrieval tool, it is minimally adequate but lacks completeness.

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 schema already explains both parameters (days, endDate). The description adds context ('over a period') but does not add meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specifies the resource ('body composition measurements') and verb ('Get'), and lists examples (weight, BMI, body fat, muscle and bone mass). It distinguishes from siblings like get_health_metrics which might include other health data, but does not explicitly differentiate.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for retrieving historical body composition data, but lacks when-not or alternative tools. Siblings like get_health_metrics may overlap, but no guidance is provided.

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

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