Skip to main content
Glama
eddmann

Garmin Connect MCP Server

by eddmann

manage_weight_data

Add or delete weight entries in Garmin Connect, specifying date and weight for additions or weigh-in IDs for deletions.

Instructions

Add or delete weight entries.

Actions:

  • add: Add a new weight entry (provide weight, optionally date)

  • delete: Delete weight entries (provide weigh_in_ids)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction: 'add' or 'delete'
weightNoWeight in kg (for add action)
dateNoDate for entry (YYYY-MM-DD, defaults to today)
weigh_in_idsNoComma-separated IDs to delete (for delete action)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description transparently mentions that the tool can delete entries, which is a destructive behavior. Given annotations set destructiveHint=false, the description adds useful context that deletion occurs. It does not elaborate on side effects, but the actions are straightforward.

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, using bullet points for actions with no extraneous words. Every sentence adds value, making it easy for an agent to parse quickly.

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 and the presence of an output schema, the description covers the essential information: actions and their required parameters. It does not detail error handling or return values, but for a basic CRUD tool, this is adequate.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by mapping actions to parameters (e.g., 'provide weight' for add, 'provide weigh_in_ids' for delete), clarifying the conditional usage beyond the schema's standalone descriptions.

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 the tool's purpose: 'Add or delete weight entries.' It explicitly lists the two actions, distinguishing itself from sibling tools like query_weight_data which are read-only.

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 explicit guidelines for each action, specifying which parameters to provide for 'add' (weight, optionally date) and 'delete' (weigh_in_ids). However, it does not explicitly state when not to use this tool (e.g., for reading data), relying on context from sibling tools.

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