Skip to main content
Glama
sedoglia

Garmin Connect MCP Server

by sedoglia

Get Non-Completed Badge Challenges

get_non_completed_badge_challenges
Read-only

Retrieve badge challenges not yet completed from Garmin Connect to identify remaining goals and track progress. Use optional pagination to manage result size.

Instructions

Get badge challenges that have not been completed yet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results to return
startNoStarting index for pagination

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.3.0

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds no additional behavioral traits (e.g., response format, pagination semantics, or relationship to other badge tools). It is a minimal restatement of the filter without enriching the agent's understanding of behavior.

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 sentence with zero wasted words. It is front-loaded with the verb and resource, making it immediately clear. No unnecessary details or filler.

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?

The tool is simple (2 optional params, no output schema, read-only), so the description is minimally adequate. However, it does not clarify how 'non-completed' differs from 'available' challenges (sibling: get_available_badge_challenges) or what constitutes 'completed' (e.g., earned vs. finished). Given the large sibling set, this missing context could lead to incorrect tool selection.

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% for both parameters ('limit' and 'start'), so the schema fully documents them. The description adds no extra meaning beyond what is already in the schema, meeting the baseline but not exceeding it.

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 'Get badge challenges that have not been completed yet' uses a specific verb ('Get') and resource ('badge challenges') with a clear filter ('not been completed'). It distinguishes from sibling tools like 'get_badge_challenges' (all challenges) and 'get_available_badge_challenges' (available vs. non-completed), making the purpose unambiguous.

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 implies usage when the agent needs non-completed badge challenges, but it does not explicitly state when not to use it or point to alternatives. The context is clear but lacks exclusions, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools