Skip to main content
Glama
sedoglia

Garmin Connect MCP Server

by sedoglia

Get SpO2 Data

get_spo2_data
Read-only

Retrieve blood oxygen saturation (SpO2) readings for a specified date, reported as a percentage to assess pulse oximetry levels.

Instructions

Get SpO2 (blood oxygen saturation) data for a specific date. Shows pulse oximetry readings as percentage (typically 95-100% is normal).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate in YYYY-MM-DD format. Defaults to today if not specified.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.3.0

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, covering safety and data availability. The description adds value by explaining that the output represents pulse oximetry readings as a percentage and gives the normal range, helping the agent interpret results. It does not contradict annotations and provides useful behavioral context beyond the structured fields.

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 concise sentences, front-loaded with the verb and resource, then adds a clarifying explanation of SpO2 and normal range. Every word serves a purpose—no filler or redundancy—making it efficient and easy to parse.

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?

For a simple tool with one optional parameter and no output schema, the description is complete. It explains what the data is, its unit, and a reference range. Combined with the annotations (readOnly, openWorld), the agent has sufficient context to call and interpret results without further detail.

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% since the schema already documents the 'date' parameter's format (YYYY-MM-DD) and default behavior (today). The description only repeats 'for a specific date' without adding additional meaning. With full schema coverage, the baseline score of 3 is appropriate; the description does not compensate further.

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 retrieves SpO2 (blood oxygen saturation) data for a specific date, with the verb 'Get' and resource 'SpO2 data'. It distinguishes itself from sibling health metric tools like get_heart_rate or get_respiration_data by specifying the pulse oximetry metric and providing normal range context (95-100%), making the purpose unambiguous.

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 SpO2 data on a date) but does not explicitly state when to choose this tool over alternatives or provide exclusions. Given the many similar get_* tools, some guidance on when not to use it (e.g., if needing respiratory rate) would be helpful, but the metric specificity makes the intended use clear enough for a baseline score.

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

Deploy Server

Other Tools