Skip to main content
Glama

get_weekly_summary

Retrieve weekly totals for steps, stress, or intensity minutes from Garmin Connect. Choose how many weeks and an optional end date.

Instructions

Weekly aggregates for a single metric.

Args: metric: One of "steps", "stress", or "intensity_minutes". weeks: How many recent weeks to include. Capped at 12. end_date: End of the window in YYYY-MM-DD format. Defaults to today.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
weeksNo
metricYes
end_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
weeksNo
metricYessteps, stress, or intensity_minutes.
avg_valueNo
Behavior4/5

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

The description discloses caps on weeks (12), default values for end_date, and enumerates valid metric values. As no annotations are provided, the description carries full burden; it sufficiently describes the non-destructive read behavior and constraints.

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 concise and well-structured: a clear one-line purpose followed by a bulleted list of parameter details. Every sentence adds 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?

Given the output schema exists, the description appropriately focuses on input parameters and behavior. It covers metric options, weeks cap, and date format. Minor gaps like error handling for invalid metrics are omitted, but overall it's complete for a simple aggregation 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?

Despite schema description coverage being 0%, the description adds meaning for all 3 parameters: it explains metric values (steps, stress, intensity_minutes), weeks cap (12), and end_date format (YYYY-MM-DD) with default. This fully compensates for missing schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool provides 'weekly aggregates for a single metric.' It lists the allowed metrics (steps, stress, intensity_minutes), making the purpose specific. However, it does not explicitly differentiate this tool from siblings like get_stress or get_steps_and_calories, which might also provide aggregate data.

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 provides context for when to use: for weekly aggregations of available metrics. It implies not for daily or multi-metric summaries. But it lacks explicit guidance on alternatives or when not to use this tool compared to siblings.

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/Tyler-Irving/garmin-mcp'

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