Skip to main content
Glama

list_garmin_activities_by_date

Retrieve Garmin Connect activities filtered by date range, activity type, and sort order. Specify a start date and optionally an end date to get activity details.

Instructions

List Garmin Connect activities for a date range.

Args: start_date: Start date as YYYY-MM-DD. end_date: Optional end date as YYYY-MM-DD. If omitted, Garmin uses the start date only. activity_type: Optional Garmin activity type key. sort_order: Optional Garmin sort order, for example asc or desc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_dateYes
end_dateNo
activity_typeNo
sort_orderNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided. The description discloses that omitting end_date limits results to the start date only, which is useful. However, it does not mention pagination, rate limits, or other behavioral traits beyond parameter defaults.

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 compact, with the main purpose in the first line and parameter details in clear, bullet-like lines. No redundant or unnecessary text.

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 4 parameters (1 required), an output schema exists (so return values not needed), and no annotations, the description adequately covers parameter formats and defaults. It could mention pagination or maximum results but is mostly complete for a listing tool.

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 description coverage is 0%, so the description adds full meaning for all 4 parameters: start_date format, end_date optionality and default behavior, activity_type as optional key, sort_order with examples. This compensates completely for the schema gap.

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 specifies the verb 'list', the resource 'Garmin Connect activities', and the constraint 'for a date range'. This clearly differentiates it from siblings like 'list_garmin_activities' which lacks date filtering.

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?

The description implies the tool is for listing activities by date range but does not explicitly state when to use it versus other list tools or provide exclusion criteria. No guidance on when not to use.

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/owenrumney/health-mcp'

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