Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YAZIO_PASSWORD | Yes | Your Yazio account password. | |
| YAZIO_USERNAME | Yes | Your Yazio account email address used for authentication. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_user | Get Yazio user profile information |
| get_user_consumed_items | Get food entries for a specific date |
| get_user_dietary_preferences | Get user dietary preferences and restrictions |
| get_user_exercises | Get user exercise data for a date or date range |
| get_user_goals | Get user nutrition and fitness goals |
| get_user_settings | Get user settings and preferences |
| get_user_suggested_products | Get product suggestions for the user |
| get_user_water_intake | Get water intake data for a specific date |
| get_user_weight | Get user weight data |
| get_user_daily_summary | Get daily nutrition summary for a specific date |
| search_products | Search for food products in Yazio database. You can optionally specify user's sex, country and locale of the products to search for. |
| get_product | Get detailed information about a specific product by ID |
| add_user_consumed_item | Add a food item to user consumption log |
| remove_user_consumed_item | Remove a food item from user consumption log |
| add_user_water_intake | Log a water intake entry. Requires date (YYYY-MM-DD HH:mm:ss format) and cumulative water_intake in milliliters (ml). Always get the latest water intake first and add the new amount to calculate the cumulative value. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| add_food_item | Guide for adding a food item to the user's consumption log |
| remove_food_item | Guide for removing a food item from the user's consumption log |
| add_water_intake | Guide for adding water intake entries to the user's log |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |