Skip to main content
Glama

Garmin Profile Update (shared wellness profile)

garmin_profile_update

Save partial updates to a shared wellness profile covering personal details, goals, devices, training, nutrition, preferences, safety, and notes. Requires explicit user confirmation.

Instructions

Persist a partial patch to the shared Delx wellness profile (~/.delx-wellness/profile.json). REQUIRES explicit_user_intent=true. Top-level fields stored: profile (preferred_name, language, timezone, units, age_or_birth_year, height, weight, sex_or_gender_context), goals, devices, training, nutrition, preferences, safety, notes. NEVER stores OAuth tokens, API keys, refresh tokens, cookies, or any secret-shaped field — writes will be rejected at validation time. Cross-connector — the same profile is read by other Delx Wellness MCPs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
patchYesPartial WellnessProfileDocument patch. Top-level keys may be: profile, goals, devices, training, nutrition, preferences, safety, notes.
explicit_user_intentNoMust be true. Set this AFTER the user has explicitly confirmed they want to save these changes to the shared wellness profile.
response_formatNomarkdown
Behavior4/5

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

Given annotations are largely false (not readonly, not destructive, not idempotent), the description adds value by clarifying it never stores secrets, lists allowed top-level keys, and mentions validation rejection. It does not, however, describe side effects like file creation or concurrency 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 five sentences long, front-loading the purpose and requirement, then listing fields, constraints, and context. Every sentence adds unique value without redundancy.

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 write tool with nested parameters and no output schema, the description thoroughly covers input constraints and behavior. The only gap is the lack of information about the return value or success/failure indicators.

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 coverage is high (67% with descriptions), and the description significantly enriches the patch parameter by enumerating valid top-level keys and subfields of profile. This provides concrete guidance beyond the generic schema definition.

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 explicitly states the tool persists a partial patch to a shared wellness profile, listing top-level fields and distinguishing from sibling tools like garmin_profile_get by highlighting its cross-connector nature and update role.

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

Usage Guidelines3/5

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

It clearly requires explicit_user_intent=true but does not explicitly state when to use this tool versus alternatives. While it implies the tool is for writing and others for reading, no direct comparisons or exclusions are provided.

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/davidmosiah/garminmcp'

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