google-health-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_CLIENT_ID | Yes | Your Google Cloud OAuth client ID | |
| GOOGLE_CLIENT_SECRET | Yes | Your Google Cloud OAuth client secret | |
| HEALTH_BASELINE_DAYS | No | Number of days used for baseline calculations. Default is 30. | 30 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| health_auth_statusA | Check whether the server holds valid Google Health credentials. Call this first if any other tool returns a not_authorized error. |
| health_data_typesA | List every readable data type, with the ones a Fitbit Air produces flagged. |
| health_profileA | Google Health profile, unit/timezone settings, and paired devices with sync state. |
| health_pointsA | Read raw data points for one data type over a date range (YYYY-MM-DD, inclusive). reconcile=True returns Google's merged cross-source stream (tracker + phone + manual entries deduplicated), which is almost always what you want. This is the low-level escape hatch. For daily questions prefer health_daily or health_daily_brief - a single day of heart-rate can be 1440 points. |
| health_dailyA | Daily aggregate for one data type over a date range (YYYY-MM-DD, inclusive). Uses civil-day rollups, so days align to your local calendar rather than UTC. |
| health_daily_briefA | One-call snapshot of a single day: sleep, resting HR, HRV, SpO2, breathing rate, skin temperature, steps and active zone minutes, each compared against your own trailing baseline. This is the right first call for "how am I doing today". Defaults to today. |
| health_trendA | Week-over-week trend for one metric: weekly means, direction, and the change from the first week to the most recent. Use this to answer "is my sleep actually getting worse" rather than reacting to a single bad night. |
| health_readinessA | Recovery readiness for a day: HRV, resting HR, breathing rate and SpO2 each scored against your personal baseline, plus rolling sleep debt, combined into a train / hold / rest call with the reasoning shown. Returns confidence and missing_inputs so you can tell a real signal from thin data. Informational only, not a medical assessment. |
| health_anomaliesA | Scan recent days for metrics that moved more than Surfaces the handful of days worth talking about instead of a wall of numbers. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kirollosatef/google-health-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server