Skip to main content
Glama
sedoglia

Garmin Connect MCP Server

by sedoglia

get_goals

Retrieve your Garmin Connect goals. Filter by active, future, or past status to get specific goal sets.

Instructions

Get user goals. Without a status every status is queried in turn and the results are merged, each goal carrying the status it was found under.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoFilter by status. Defaults to all three.
Behavior4/5

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

Despite lacking annotations, the description discloses the key behavioral trait: sequential querying and merging of results when no status is specified. It doesn't cover every edge case but is transparent enough for a simple read operation.

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?

Two efficient sentences with no redundant information. Every word adds value, making it concise and front-loaded.

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

Completeness4/5

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

For a simple, single-parameter tool with no output schema, the description covers the essential functionality and parameter behavior. Lack of return value explanation is acceptable given the simplicity.

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

Parameters5/5

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

Schema already describes the status parameter and enum values (100% coverage). The description enriches meaning by explaining the default behavior of querying all statuses and the merging effect, which goes beyond the schema.

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?

Clearly states it gets user goals, with a specific verb and resource. The description adds behavioral detail about merging when no status is provided, distinguishing it from any potential ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context about when to use (to retrieve goals) but does not explicitly exclude alternatives. Since no other goal-specific tool exists among siblings, this is sufficient.

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/sedoglia/garmin-mcp-ts'

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