Resources Reference
Fluent exposes MCP resources as fluent:// URIs. These are stable across both Hosted and Self-Host tracks.
Core Resources
| Resource | Purpose |
|---|---|
fluent://core/capabilities | Contract version, backend mode, domains, onboarding state, profile, and tool discovery hints |
fluent://core/profile | Display name, timezone, and profile metadata |
fluent://core/domains | All domains with lifecycle state |
Health Resources
| Resource | Purpose |
|---|---|
fluent://health/preferences | Training preferences (experience, equipment, schedule) |
fluent://health/context | Full health context for the assistant |
fluent://health/today | Today's resolved workout from the active block |
fluent://health/active-block | The current training block |
fluent://health/block-projection | Current week projected from the active block |
fluent://health/review-context | Weekly review state for block adjustments |
fluent://health/blocks/{block_id} | A specific training block by ID |
fluent://health/goals | Fitness goals |
Meals Resources
| Resource | Purpose |
|---|---|
fluent://meals/current-plan | This week's active meal plan |
fluent://meals/inventory | Kitchen inventory with quantities and freshness |
fluent://meals/preferences | Dietary preferences and cooking style |
fluent://meals/plans/{week_start} | A specific week's meal plan (ISO date key) |
fluent://meals/recipes/{recipe_id} | A single recipe by ID |
fluent://meals/grocery-plan/{week_start} | Generated grocery plan for a week |
fluent://meals/confirmed-order-sync/{retailer}/{retailer_order_id} | Canonical summary for a confirmed retailer order |
Style Resources
| Resource | Purpose |
|---|---|
fluent://style/profile | Style profile, preferences, and calibration state |
fluent://style/context | Full style context for the assistant |
fluent://style/items | All closet items |
fluent://style/items/{item_id} | A single closet item by ID |
fluent://style/item-profiles/{item_id} | Typed fit profile for an item |
fluent://style/item-provenance/{item_id} | Field evidence and source metadata for an item |
Resource URI Patterns
Resources with {param} segments are parameterized:
fluent://health/blocks/{block_id}-- replace{block_id}with an actual block IDfluent://meals/plans/{week_start}-- replace{week_start}with an ISO date like2026-04-07fluent://meals/recipes/{recipe_id}-- replace{recipe_id}with an actual recipe IDfluent://style/items/{item_id}-- replace{item_id}with an actual item ID
Stability
All listed resources are frozen as of contract version 2026-04-05.fluent-core-v1.31. New resources may be added (additive), but existing resource URIs, their names, and their payload shapes will not change in a breaking way.