Skip to main content
Glama
andresaguirre08

Polar Fitness MCP Server

polar_download_exercise

Idempotent

Download exercise data to a file in FIT, TCX, or GPX format determined by the file extension. GPX works only for exercises with GPS data.

Instructions

Download exercise data to a file in FIT, TCX, or GPX format. The format is determined by the file extension. GPX is only available for exercises with GPS data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYesFile path to save the exercise data (must end in .fit, .tcx, or .gpx)
exerciseIdYesThe exercise ID

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate not read-only, not destructive, and idempotent; the description adds file-format behavior and the GPS constraint without contradicting the annotations.

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?

Two concise sentences that front-load the purpose and contain no redundant or irrelevant wording.

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?

Sufficient for a straightforward download operation with two clearly described parameters and no output schema; could optionally mention overwrite behavior or success indication, but these are not essential.

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?

The schema covers both parameters, and the description adds meaningful detail by explaining that file extension determines format and that GPX requires GPS data.

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?

Clearly states it downloads exercise data to a file in FIT, TCX, or GPX format, distinguishing it from sibling get/list tools by its file-download purpose.

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?

Implies when to use it—when a file export is needed—and notes the GPX GPS restriction, but it does not explicitly contrast with alternatives like polar_get_exercises.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/andresaguirre08/PolarMCP'

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