Skip to main content
Glama

garmin_weight

Read-only

Retrieve weigh-ins and body composition from Garmin Connect for a specified date range, defaulting to the last 7 days.

Instructions

Weigh-ins over a date range (default: last 7 days), with body composition where recorded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
startNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the read-only nature is covered. The description adds the default date window and the caveat about body composition, but doesn't disclose return shape, units, or behavior when no weigh-ins exist; this is acceptable but not rich.

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 a single sentence that front-loads the core behavior and adds the default range and body-composition caveat without redundancy. Every phrase carries meaning.

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?

For a simple read-only tool with two optional parameters, the description covers the main purpose and default behavior. However, with no output schema and 0% parameter documentation, an agent still lacks enough detail about accepted date formats and response contents to call it with full confidence.

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 0%, so the description must compensate for the undocumented start and end parameters. It mentions a date range and a default of the last 7 days, but does not specify date formats, inclusivity, or how null values behave.

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 clearly identifies the resource ('weigh-ins') and the date-range scoping, which distinguishes it from most Garmin sibling tools at a glance. It lacks an explicit verb like 'get' or 'list', but the meaning is unambiguous from the name and context.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives such as garmin_daily_summary, which may also include weight data. The description only implies usage through 'over a date range' and the default window, but provides no exclusions or selection criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.