Skip to main content
Glama

List Apple Health Records

apple_health_list_records
Read-onlyIdempotent

Retrieve Apple Health records from your export file by applying type, date range, and limit filters to get exactly the data you need.

Instructions

List bounded records from a local Apple Health export.xml. Use type/start/end filters to keep output small.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoOptional ISO date/time upper bound.
typeNoApple Health record type, e.g. HKQuantityTypeIdentifierStepCount.
limitNo
startNoOptional ISO date/time lower bound.
privacy_modeNo
response_formatNomarkdown
incremental_cacheNoWhen true and `type` is set, skip records already seen in a previous call (per-category cache at ~/.apple-health-mcp/incremental-cache.json). Cache auto-invalidates when the export file mtime changes.
Behavior3/5

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

Description does not contradict annotations (readOnlyHint=true, etc.). Adds context about source (export.xml) but no additional behavioral details beyond what annotations already convey.

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 sentences, front-loaded with purpose, every word earns its place. No wasted text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequate for a simple list operation given rich annotations, but lacks explanation of bounded records, output format, and privacy modes. Could be more complete.

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?

Schema coverage is 57%. Description mentions type/start/end filters, adding meaning to those parameters. Other parameters (limit, privacy_mode, response_format) lack description in both schema and description, but description partially compensates.

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?

Description clearly states verb (List), resource (records from export.xml), and mentions filtering. Differentiates from sibling 'apple_health_list_workouts' by specifying 'records'.

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

Usage Guidelines4/5

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

Explicit advice to use type/start/end filters to keep output small. However, no explicit when-not-to-use or alternatives.

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

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