Skip to main content
Glama
andresaguirre08

Polar Fitness MCP Server

polar_list_physical_info

Retrieve physical information entries covering weight, height, heart rate zones, and VO2 max for analysis.

Instructions

List physical information entries including weight, height, heart rate zones, and VO2 max. Creates a temporary transaction to pull data (not committed, so data remains available for future pulls).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format: 'markdown' for human-readable or 'json' for structured datamarkdown

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

The description discloses an important behavioral nuance: it 'creates a temporary transaction' but does not commit, meaning data remains available for future pulls. This goes beyond the annotations (readOnlyHint: false) and clarifies the side effect profile, even though idempotency is not explicitly discussed.

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 exactly two sentences with no verbose preamble. The first sentence states the primary purpose, and the second provides a concise behavioral caveat. Every sentence earns its place.

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?

The description gives enough context for the agent to know what data is listed and that a format parameter controls output. No output schema is provided, but the enumerated fields and format parameter partially compensate. It could mention return structure, but this is minor given the tool's simplicity.

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 single parameter 'format' is fully documented in the schema with an enum (markdown/json), default value, and a clear description. Since schema description coverage is 100%, the description does not need to add extra parameter semantics; baseline 3 applies.

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's specific verb ('List') and resource ('physical information entries'), and enumerates the exact data types included (weight, height, heart rate zones, VO2 max). This distinguishes it from sibling tools like polar_list_sleep or polar_list_nightly_recharge without needing to open the schema.

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 purpose makes it obvious when to use the tool (when physical info is needed), but the description does not explicitly compare it to alternatives or state when not to use it. The transaction note is more about side effects than usage guidance.

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