Skip to main content
Glama

Eight Sleep onboarding

eight_sleep_onboarding
Read-onlyIdempotent

Retrieve the 11-question onboarding flow to personalize Eight Sleep responses via the Delx Wellness profile. Ask these questions next; data is non-secret and stored locally.

Instructions

Returns the 11-question onboarding flow for the shared Delx Wellness profile (en or pt-BR). The agent should ask these questions next so Eight Sleep (and the rest of the wellness stack) can personalize responses — non-secret data only, stored at ~/.delx-wellness/profile.json.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoen
response_formatNomarkdown

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.2.13
  2. Removedv0.2.6
  3. First observedv0.2.5

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnly/idempotent/non-destructive. The description adds meaningful extra context: the flow is for non-secret data and the resulting data is stored at ~/.delx-wellness/profile.json. This gives the agent useful behavioral awareness beyond the structured hints.

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?

A single, well-structured sentence packs the purpose, usage timing, data sensitivity, and storage location into one go. No wasted words; every clause earns its place.

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?

For a simple read-only, parameter-light tool, the description covers return, usage, locale scope, and data handling. It doesn't detail the exact output shape, but the absence of an output schema is low-risk because the tool's purpose is clear and an agent mainly needs to know to ask these questions.

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 0%, so the description must compensate, but it only clarifies locale ('en or pt-BR'). The response_format parameter is left entirely undescribed; the schema enum provides the only meaning. This is partial compensation at best.

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?

States a specific verb ('Returns'), a specific resource ('11-question onboarding flow'), and the exact target profile ('shared Delx Wellness profile'), which distinguishes it from sibling profile and data tools. It is clearly not a tautology and tells an agent exactly what this tool produces.

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?

Provides clear when-to-use guidance: 'the agent should ask these questions next so ... can personalize responses.' It doesn't explicitly name alternatives to avoid, but the onboarding context and intended follow-up action are unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.