Skip to main content
Glama
danielmcewan

garmin-athletics-mcp

by danielmcewan

list_workouts

Retrieve normalized workout summaries for a bounded date range, providing read-only access to Garmin training data.

Instructions

List read-only normalized workout summaries in a bounded date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
end_dateYes
start_dateYes
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses key traits: read-only operation and normalized summaries. However, it does not mention pagination, ordering, date format expectations, or behavior when no workouts exist in the range.

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, focused sentence that front-loads the core purpose and key constraints. It contains no fluff or redundant information.

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 description is adequate for a basic list tool but lacks details on output format, date formatting, limit semantics, and relationship to sibling tools. Given the absence of an output schema and annotations, more context is needed for full completeness.

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 has 0% description coverage, so the description must compensate. It adds meaning to start_date and end_date by mentioning a bounded date range, but it does not explain the limit parameter or expected date formats, leaving the compensation incomplete.

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 lists read-only normalized workout summaries within a bounded date range. The verb 'list' and resource 'workout summaries' are specific, and it distinguishes from sibling tools like get_workout_details by focusing on summaries.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as get_workout_details or get_performance_metrics. The usage context is only implied by the name and description, with no explicit use cases or exclusions.

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/danielmcewan/garmin-athletics-mcp'

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