Skip to main content
Glama
davidmosiah

Google Health MCP

by davidmosiah

List Google Health Data Points

google_health_list_data_points
Read-onlyIdempotent

Query detailed data points from Google Health for types like steps or sleep, with optional filtering and pagination to control results.

Instructions

Query detailed data points for a Google Health data type. Use kebab-case endpoint data types, e.g. steps, sleep, heart-rate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
data_typeNoGoogle Health data type in kebab case, e.g. steps, sleep, heart-rate, daily-resting-heart-rate.steps
filterNoOptional Google AIP-160 filter expression. Use snake_case field names in filters.
page_sizeNo
page_tokenNo
privacy_modeNoOptional per-call privacy override. Defaults to GOOGLE_HEALTH_PRIVACY_MODE or structured. raw returns upstream Google Health JSON.
response_formatNomarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpointYes
privacy_modeYes
dataYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds useful behavioral context: the kebab-case format for data_type and the effect of privacy_mode='raw'. This goes beyond the annotations without contradiction.

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, each carrying essential information. No redundant words. Front-loaded with the main purpose, then an important technical detail. Excellent structure.

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 covers the key parameter nuances (data_type format, privacy_mode, response_format) and pagination hints are implied via page_size/page_token. An output schema exists, so return values need not be detailed. Minor gap: no mention of pagination explicitly, but contextually complete for a list operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 50% (only 3 of 6 parameters have descriptions in the schema). The description compensates by clarifying the format of data_type (kebab-case) and the privacy_mode options, adding value that helps an agent use the parameters correctly.

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 verb 'Query' (or list) and the resource 'detailed data points for a Google Health data type', with specific examples like 'steps, sleep, heart-rate'. It distinguishes from siblings by focusing on listing low-level data points vs. summaries or rollups.

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 description gives basic usage guidance (use kebab-case data types) and mentions that 'raw returns upstream Google Health JSON', but does not explicitly state when to prefer this tool over siblings like daily_summary or daily_rollup, nor when not to use it.

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

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