HealthLens
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hl_health_checkA | Return service health status, version, and tier config. Safe by default. |
| hl_search_knowledgeA | Search HealthLens TCM wellness knowledge base (TCM-MKG graph, classical books). No personal data. Returns top 20 relevant entries. This is general wellness information, not medical advice. Consult a qualified healthcare professional for personal health decisions. |
| hl_get_axis_detailB | Return mechanism explanation and general wellness guidance for one of the 8 HealthLens axes (A-H). No personal data. This is general wellness information, not medical advice. Consult a qualified healthcare professional for personal health decisions. |
| hl_get_wellness_articleC | Get metadata and summary for a published wellness article by slug. No personal data. This is general wellness information, not medical advice. Consult a qualified healthcare professional for personal health decisions. |
| hl_suggest_general_dietB | Return general diet guidance for a wellness goal (anti_aging, energy_boost, anti_inflammatory, gut_health, sleep_improvement). No personal data. This is general wellness information, not medical advice. Consult a qualified healthcare professional for personal health decisions. |
| hl_suggest_general_motionA | Return general exercise prescription for an intensity level (beginner/moderate/advanced). No personal data. This is general wellness information, not medical advice. Consult a qualified healthcare professional for personal health decisions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct resource and action: health status, knowledge search, axis detail, article lookup, diet guidance, and motion guidance. There is no meaningful overlap that would cause an agent to confuse one tool for another.
All tool names follow a consistent snake_case convention with the hl_ prefix and a clear action-oriented verb or noun phrase. The naming pattern is uniform and predictable across the entire set.
Six tools is well-scoped for a wellness knowledge and general guidance service. Each tool has a clear purpose and the count is neither too sparse nor bloated.
The core read/query surface is well covered: knowledge search, axis detail, article lookup, diet, and motion suggestions. Minor gaps exist, such as no explicit list_axes or list_articles endpoint, but search_knowledge can likely fill discovery needs.