Skip to main content
Glama
Barbaroso

apple-health-semantic-mcp

by Barbaroso

health_report

Summarize heart rate, sleep, activity, blood oxygen, workouts, and CPAP therapy over a relative or custom period, and report the exact date window used.

Instructions

Generate a summary across heart rate, sleep, activity, blood oxygen, workouts and CPAP therapy for a period. The window is either a named relative period or explicit dates; the reply states which window was used and why, so check period.start and period.end against what you asked for. Use health_query for anything more specific.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoRelative window ending today, inclusive of both endpoints: week = 7 days, month = 30, quarter = 90, year = 365. Ignored when start_date and end_date are both given. Defaults to month.
end_dateNoYYYY-MM-DD, inclusive. Takes effect on its own; period does not need to be set to custom. Given without start_date, the window is the named period's length ending on this date.
start_dateNoYYYY-MM-DD. Takes effect on its own; period does not need to be set to custom. Given without end_date, the window runs from this date to today.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses a key behavioral trait: the reply states which window was used and why, prompting verification against the requested range. It also clarifies window semantics (inclusive endpoints, relative length), though detailed parameter logic is covered in the schema. It does not mention permissions, rate limits, or error handling, but for a read-only summary tool this is reasonable.

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 (two sentences) and front-loaded with the core purpose. Every sentence earns its place: the first identifies the tool's function and scope, the second explains window behavior and directs to the alternative tool. No fluff or repetition of schema details.

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

Completeness5/5

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

Given the moderate complexity (3 optional attributes, full schema documentation, no output schema), the description is complete enough. It states what the tool does, how the window works, what to verify in the response, and when to use a sibling tool. It conveys essential information for correct selection and invocation without needing to list return fields explicitly.

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 description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds only minimal extra meaning by framing the window as 'named relative period or explicit dates' and noting that the reply includes the window actually used. This is useful context but does not significantly enhance the parameter semantics beyond the schema.

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 generates a summary across multiple health metric domains (heart rate, sleep, activity, blood oxygen, workouts, CPAP therapy), identifying a specific verb and resource. It distinguishes itself from sibling health_query by scope, noting it handles broad summaries while health_query is for anything more specific.

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 health_query as the alternative for more specific needs, providing a clear when-to-use boundary. It also explains the window selection logic (named relative period or explicit dates) and instructs the agent to verify period.start and period.end in the reply, giving actionable guidance.

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

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