Skip to main content
Glama
rmc8

Garmin Connect MCP Server

by rmc8

get_all_day_stress

Retrieve all-day stress level readings from Garmin Connect for a given date to analyze daily stress patterns.

Instructions

Get comprehensive all-day stress readings for a specific date.

Args:
    cdate: Target date in YYYY-MM-DD format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cdateYes
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 only states the basic action without disclosing any behavioral traits such as authentication requirements, rate limits, or whether the data is aggregated or raw. The term 'comprehensive' is vague.

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 brief and to the point, with two short sentences. It is appropriately sized for a simple tool, though additional details could be included without significantly increasing length.

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 no output schema and a single parameter, the description provides the basic purpose and argument format. However, it lacks information about the return value, pagination, or any limits, which would be helpful given the simplicity.

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?

With 0% schema description coverage, the description adds valuable meaning by specifying the date format (YYYY-MM-DD) for the single parameter 'cdate'. This compensates for the schema gap.

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?

Clearly states it retrieves comprehensive all-day stress readings for a specific date. The verb 'get' and resource 'all-day stress readings' are specific. However, it does not explicitly differentiate from the sibling tool 'get_stress_data', which may overlap.

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 on when to use this tool versus alternatives. No when-not-to-use or exclusion criteria provided. Usage context is implied but not explicit.

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/rmc8/rmc_garmin_mcp'

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