Skip to main content
Glama

health.read_daily_raw

Read raw Apple Health samples for one day. Filter by type keys, tags, or kinds to target specific data.

Instructions

Read one day's raw Health samples. Prefer health.read_samples for range queries and richer filtering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesDate (YYYY-MM-DD).
max_recordsNoMaximum number of JSONL records to return (samples only).
type_keysNoOptional canonical raw type keys such as workout, heart_rate, or blood_pressure.
tagsNoOptional logical tags. Matching is union-based across tags.
kindsNoOptional record kinds such as quantity, category, workout, or correlation.
cursorNoOpaque pagination cursor returned by a previous read_samples/read_daily_raw call.
manifest_onlyNoWhen true, return only the filtered manifest view.
include_manifestsNoInclude the filtered manifest view in the response.
storage_backendNoStorage backend to read from.auto

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not mention any side effects, read-only nature, auth requirements, or rate limits. The description is too minimal to inform the agent about behavioral traits.

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, no wasted words, front-loaded with purpose. Highly concise and efficient.

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

Completeness2/5

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

Despite having 9 parameters and an output schema, the description is very brief. It does not explain the role of various filters, pagination, or manifest options. The guidance to prefer health.read_samples is helpful but insufficient for an agent to understand the full context of this complex tool.

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 baseline is 3. The description adds no parameter-specific information beyond what the schema already provides. It does not elaborate on how parameters affect behavior.

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 it reads one day's raw Health samples, and distinguishes itself from health.read_samples by explicitly recommending that tool for range queries. This provides specific verb+resource scope.

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 tells when to use this tool (single day's raw samples) and when to prefer an alternative (health.read_samples for range queries and richer filtering). This gives clear usage 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/zish-rob-crur/nucleus-apple-mcp'

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