Skip to main content
Glama
limited

Garmin Open MCP

by limited

garmin_get_trends

Read-onlyIdempotent

Calculate Garmin trends from locally cached daily summaries for any date range to avoid repeated API calls.

Instructions

Calculate trends from locally cached daily summaries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateYes
start_dateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already disclose read-only, idempotent, non-destructive behavior. The description adds meaningful context that the tool operates on locally cached data, which implies the results may be stale until a sync occurs—beyond what annotations say. This helps the agent set expectations about data freshness.

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?

One clean, front-loaded sentence with no filler. It efficiently conveys the core operation and data source.

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 simple read-only tool with an output schema and strong annotations, the description is adequate but incomplete: it lacks usage differentiation, parameter documentation, and any note on date range handling. The 'locally cached' detail is valuable, but overall the agent gets minimal orientation beyond the tool name.

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

Parameters2/5

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

Schema has 0% description coverage for the two parameters. The description does not mention start_date or end_date, nor does it explain expected formats (e.g., ISO 8601) or relationships between them. Param names are self-explanatory, but the description adds no semantic value beyond what the schema field names already hint at.

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 uses a specific verb ('calculate') and resource ('trends from locally cached daily summaries'). It clearly distinguishes the tool from siblings like garmin_get_day or garmin_compare_periods by highlighting the 'locally cached' source and trend-focused scope.

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 explicit guidance on when to use this tool vs alternatives such as garmin_compare_periods or garmin_recent_overview. The description implies a trend calculation use case but does not state prerequisites (e.g., needing a recent sync) or exclusions. Agents must infer when selection is appropriate.

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/limited/garmin-connect-mcp'

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