Skip to main content
Glama

get_fitness_metrics

Retrieve Garmin VO2 max, fitness age, and predicted race times for a specified date.

Instructions

VO2 max (running and cycling), fitness age, and predicted race times.

Combines Garmin's "max metrics" tile (VO2 max, fitness age) with current race-time predictions for 5K, 10K, half marathon, and marathon.

Args: date: Calendar date for the VO2 max snapshot in YYYY-MM-DD format. Defaults to today.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
noteNo
fitness_ageNo
vo2_max_cyclingNoml/kg/min for cycling.
vo2_max_runningNoml/kg/min for running.
race_predictionsNo
Behavior3/5

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

With no annotations, the description carries full burden for behavioral disclosure. It explains the output content (VO2 max, fitness age, race times) and the date parameter defaults, but does not mention side effects, required permissions, data freshness, or error conditions. Adequate but lacks depth.

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

Conciseness4/5

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

The description is concise with a brief summary followed by an Args section. It avoids unnecessary words. However, the Args block somewhat duplicates information already present in the schema (though adds format context). Overall well-structured and front-loaded.

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?

Given the presence of an output schema (return value details not needed in description), the description adequately covers the tool's purpose. However, it lacks information about edge cases (e.g., no data for the given date), potential errors, or the relationship between the date and race predictions. Could be more complete.

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?

The schema has zero description coverage, but the function description includes an Args block that explains the 'date' parameter's format (YYYY-MM-DD) and default (today). This adds significant semantic value beyond the schema's type definition. The explanation is clear and helpful.

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 specifies that the tool retrieves VO2 max (running and cycling), fitness age, and predicted race times for 5K, 10K, half marathon, and marathon. It uses specific verb+resource structure and distinguishes itself from sibling tools (e.g., strength workouts, sleep) by focusing on fitness metrics.

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 when fitness metrics like VO2 max and race times are needed, but it does not provide explicit guidance on when to use this tool versus its siblings, nor does it state conditions or alternatives. No 'when to use' or 'when not to use' directives are present.

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

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