Pull wearable context
nourish_pull_wearable_contextRetrieve the latest wearable context from the local store to make nutrition coaching recovery-aware. Returns structured data or summary without fabricating information.
Instructions
Read the most recent shared wellness_context (delx-wellness-context/v1) written by a wearable connector to ~/.delx-wellness/, so coach tools can be recovery/strain-aware without the agent passing it inline. Read-only; never fabricates wearable data. If no connector has persisted a context yet, returns available:false with the expected path. The returned context can be passed straight into nourish_daily_coach / nourish_suggest_next_meal / nourish_pre_workout_nutrition as wearable_context (or set auto_wearable:true on those tools to pull it automatically).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| privacy_mode | No | summary = high-level totals without item detail; structured = default full JSON-friendly fields; raw = same as structured for this local store (parity). | structured |
| response_format | No | json |