Skip to main content
Glama
YpsilonTM

Withings MCP Server

by YpsilonTM

withings_list_heart_records

Retrieve ECG heart recordings with AFib classification metadata. Returns data from the last 30 days by default, requiring an ECG-capable device.

Instructions

List ECG / heart recordings (Heart v2 list), including AFib classification metadata. Requires an ECG-capable device (e.g. ScanWatch ECG / BeamO). Often empty if the user only has a scale + non-ECG tracker. Default range: last 30 days. Use withings_get_heart_rate with include_intraday for continuous watch HR instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNoPagination offset.
enddateNoEnd unix timestamp (seconds). Default: now.
startdateNoStart unix timestamp (seconds). Default: 30 days ago.

Schema Changelog

Changes observed during successful MCP inspections.

  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?

With no annotations, the description carries the behavioral disclosure burden. It provides meaningful traits: device prerequisite, common empty-result scenario, default 30-day range, and AFib metadata in the response. The verb 'List' implies read-only behavior, but the description does not explicitly state pagination behavior or what a returned record contains beyond AFib metadata, so it is slightly incomplete.

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 and front-loaded: purpose first, then prerequisites, empty-result context, default range, and alternative tool. Every sentence adds useful decision-making information without redundancy or filler.

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?

For a simple list tool with no required parameters and full schema coverage, the description covers prerequisites, typical emptiness, defaults, and a relevant alternative. It is slightly incomplete in not clarifying the relationship to withings_get_heart_ecg or describing pagination/return structure, but the essentials for correct invocation are present.

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 input schema already describes all three parameters with 100% coverage, including defaults for startdate and enddate. The description mostly restates the default 30-day range and adds no significant parameter-level meaning beyond the schema, so it stays at the baseline for fully documented schemas.

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 a specific verb ('List'), resource ('ECG / heart recordings'), and endpoint identity ('Heart v2 list'), plus the notable output detail of AFib classification metadata. It does not explicitly distinguish itself from the similarly named sibling withings_get_heart_ecg, so while the purpose is clear, differentiation from all close siblings is incomplete.

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

Usage Guidelines5/5

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

The description explicitly names an alternative tool (withings_get_heart_rate with include_intraday) for continuous watch HR, gives a clear device prerequisite (ECG-capable device), and notes when results are likely empty. This gives an agent concrete guidance on when to choose this tool versus another.

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