Skip to main content
Glama
eddmann

Garmin Connect MCP Server

by eddmann

query_challenges

Read-only

Get Garmin challenges and badges by status and type to track earned or available achievements.

Instructions

Query challenges and badges.

Filters by status (active/available/earned) and type (badge/adhoc/virtual).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoChallenge status: 'active', 'available', 'earned', 'all'active
challenge_typeNoChallenge type: 'badge', 'adhoc', 'virtual', 'all'all

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description 'Query' aligns with the readOnlyHint=true annotation, indicating no mutation. No additional behavioral context (e.g., pagination, data freshness) is provided beyond annotations, so this dimension is adequate but not enhanced.

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 extremely concise (two sentences) and front-loaded with the core purpose. Every sentence is necessary and efficient, with no superfluous text.

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?

Given the tool's simplicity (2 optional parameters, 100% schema coverage, output schema exists), the description provides sufficient context for an agent to understand what the tool does and how to use it, though it could mention that results are read-only.

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?

The schema description coverage is 100%, so the baseline is 3. The description merely restates the parameter options ('status (active/available/earned) and type (badge/adhoc/virtual)') without adding new meaning or usage nuances 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?

The description clearly states 'Query challenges and badges' and specifies the filter parameters (status and type). This directly distinguishes it from sibling tools like query_activities or get_activity_details, which handle different data.

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?

The description explicitly mentions filtering by status and type, giving clear context for use. However, it does not provide explicit when-not-to-use or alternative tool names, though sibling differentiation is inherent due to unique subject matter.

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

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