Skip to main content
Glama
sedoglia

Garmin Connect MCP Server

by sedoglia

Create Gear Collection

create_gear_collection
Destructive

Group equipment into a new collection by providing a name and first use date, with optional activity type associations for context.

Instructions

Create a new gear collection to group equipment used together (e.g., running kit, bike components). Requires a name and first use date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the collection (e.g., "Running Kit", "Road Bike Setup") (required)
firstUseDateYesFirst use date in YYYY-MM-DD format (required)
activityTypesNoActivity types to associate with this collection (e.g., ["running", "trail_running"])

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.3.0

TDQS

B3.4/5.0
Behavior1/5

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

Annotation Contradiction. The `destructiveHint` annotation is set to true, implying destructive or potentially data-destructive behavior, but the description says only that it 'creates a new gear collection' and never mentions such behavior. The description is directly inconsistent with the annotation, giving the agent confusing guidance about the tool's effects.

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 two concise sentences that immediately convey purpose, examples, and required fields. It avoids filler and is well-written for an agent scanning a long tool list.

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

Completeness2/5

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

Given the disruptive watermark annotations declare destructive and open-world behavior, the description should mention these implications, but it does not. It also omits mention of the optional `activityTypes` parameter and gives no indication of what the tool returns on success, leaving the agent under-informed about the full behavior.

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%, with all three parameters already clearly documented (including the YYYY-MM-DD pattern). The description adds no new layer semantics beyond restating that name and firstUseDate are required, so the score stays at the baseline.

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 begins with 'Create a new gear collection,' a specific verb+resource, and includes a purpose ('group equipment used together') with illustrative examples like running kit and bike components. It is easy to distinguish from sibling tools such as update_gear_collection, delete_gear_collection, and get_gear_collection.

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 provides clear usage context, such as grouping related equipment, and explicitly states required inputs ('Requires a name and first use date'). However, it does not mention when not to use the tool or point to alternatives like update_gear_collection for editing existing collections.

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