Skip to main content
Glama
nrvim

garmin-givemydata

by nrvim

garmin_vo2max

Retrieve VO2max estimates from your Garmin activities and the dedicated tracking table to monitor cardiovascular fitness trends.

Instructions

VO2max estimates from activities and the dedicated vo2max table.

Pulls from both the activity-level VO2max estimates and the standalone vo2max tracking table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.13

TDQS

B3.2/5.0
Behavior3/5

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

No annotations are present, so the description carries the full burden. It discloses that results are merged from activity-level estimates and a standalone VO2max table, which is useful provenance. It does not state read-only/safety profile, recency, sync requirements, or any operational limits, so transparency remains incomplete.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is brief and front-loads the resource, but the second sentence largely restates the first instead of adding new detail. It could be reduced to one sentence with the provenance information.

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 zero-parameter read tool with an output schema, the description identifies the metric and data provenance sufficiently to call the tool. It still omits any routing guidance relative to sibling health metrics and says nothing about operational behavior, leaving some contextual gaps.

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

Parameters4/5

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

There are zero parameters, so the schema has no parameter semantics to explain; baseline is 4. The description does not need to compensate for missing parameter documentation.

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?

States the resource (VO2max estimates) and the two data sources (activity-level and standalone table), so an agent knows it returns VO2max data rather than general activity details. It does not explicitly name a verb like retrieve/list or contrast with siblings such as garmin_fitness_age, but the metric is distinctive.

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?

No when-to-use guidance, no exclusions, and no mention of alternatives among the many Garmin sibling tools. The agent must infer that this is the VO2max-specific tool from the name alone.

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