Skip to main content
Glama
eversonl

Garmin Health MCP Server

by eversonl

get_sleep_data

Retrieve sleep metrics including duration, stage breakdown, and quality scores from Garmin wearable data to analyze sleep patterns and recovery trends.

Instructions

Get sleep data including hours, stages (light/deep/REM), and quality scores

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of days to retrieve (default: 7)
start_dateNoStart date in YYYY-MM-DD format (optional)
end_dateNoEnd date in YYYY-MM-DD format (optional)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states what data is retrieved but lacks behavioral details such as authentication requirements, rate limits, data freshness, or whether this is a read-only operation (implied by 'Get' but not explicit). For a tool with no annotations, this is a significant gap in transparency.

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, efficient sentence that front-loads the purpose with specific data elements. There is no wasted text, and it directly communicates the tool's function without unnecessary elaboration.

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

Completeness2/5

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

Given no annotations, no output schema, and moderate complexity (3 parameters for data retrieval), the description is incomplete. It lacks details on return format (e.g., structure of sleep stages), error handling, or any behavioral context needed for effective use. The description does not compensate for these gaps.

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 fully documents parameters (days, start_date, end_date). The description adds no parameter-specific information beyond what the schema provides, such as how parameters interact or affect the returned data. Baseline 3 is appropriate when schema handles 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?

The description clearly states the verb 'Get' and the resource 'sleep data' with specific data elements (hours, stages, quality scores). It distinguishes from some siblings like 'get_heart_rate' or 'get_stress_levels' by focusing on sleep metrics, though it doesn't explicitly differentiate from all possible overlapping tools.

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 guidance is provided on when to use this tool versus alternatives like 'get_summary' or 'get_body_battery', which might include sleep data. The description implies usage for retrieving sleep metrics but offers no context on prerequisites, exclusions, or comparative scenarios with sibling tools.

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/eversonl/garmin-health-mcp-server'

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