Skip to main content
Glama

Eight Sleep Wellness Context

eight_sleep_wellness_context
Read-onlyIdempotent

Transforms recent Eight Sleep trends into a standardized wellness payload for use by other wellness tools without requiring direct API access.

Instructions

Build a normalized delx-wellness-context/v1 payload from recent Eight Sleep trends so other Delx Wellness tools (nourish, exercise catalog, Telegram coaches) can read sleep context without knowing the Eight Sleep API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoLookback window in days for Eight Sleep trends.
notesNo
sorenessNo
timezoneNoIANA timezone used by the Eight Sleep API.UTC
injury_flagsNo
response_formatNomarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesYes
sourceYes
windowYes
sorenessYes
sleep_scoreNo
context_typeYes
data_qualityNo
generated_atYes
injury_flagsYes
strain_scoreNo
recovery_scoreNo
telegram_summaryNo
recommended_handoffYes
recent_training_loadYes
context_contract_versionYes
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, destructiveHint. Description adds no further behavioral details beyond creating a normalized payload, which is consistent. No contradiction, but minimal added value.

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?

Single sentence, front-loaded with verb and purpose. No wasted words.

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

Completeness3/5

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

Description provides purpose but lacks details on how parameters affect output, what the payload contains (though output schema exists), and edge cases. Adequate but not thorough.

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

Parameters2/5

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

Schema description coverage is 33%; only 'days' and 'timezone' have schema descriptions. The tool description does not explain any parameters, including undocumented ones like 'notes', 'soreness', 'injury_flags', 'response_format'. With low coverage, description fails to compensate.

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?

Description clearly states the tool builds a normalized payload from Eight Sleep trends for other tools, with specific verb 'build' and resource 'delx-wellness-context/v1 payload'. It distinguishes from siblings by focusing on context provision rather than raw API access.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states the tool is for other Delx Wellness tools to read sleep context without knowing the Eight Sleep API, implying when to use. However, it does not specify when not to use or mention alternative tools like eight_sleep_get_trends.

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/eight-sleep-mcp'

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