Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HELLOFRESH_EMAIL | Yes | Your HelloFresh account email address | |
| HELLOFRESH_PASSWORD | Yes | Your HelloFresh account password |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_menu | Get the current week's available recipes/meals from HelloFresh. Optionally specify a week offset to see future menus. |
| get_recipe_details | Get full recipe information including ingredients, step-by-step instructions, nutrition facts, prep time, and allergen information. |
| select_meals | Choose specific meals for an upcoming delivery week. You can select multiple recipes by their IDs. |
| skip_week | Skip a delivery week so you won't receive or be charged for that week's box. |
| get_delivery_schedule | View all upcoming deliveries including dates, selected meals, and delivery status. |
| modify_delivery | Change the delivery date for an upcoming week's box. |
| get_preferences | Get your current dietary preferences including vegetarian settings, allergens, cuisine types, and family-friendly options. |
| update_preferences | Update your dietary and cuisine preferences on HelloFresh, such as vegetarian mode, allergen avoidance, and preferred cuisines. |
| get_subscription | View your current HelloFresh subscription plan details including meals per week, servings, price, and next delivery. |
| modify_subscription | Change your HelloFresh subscription plan size (meals per week or servings per meal) or delivery frequency. |
| get_past_orders | View your HelloFresh order history including delivery dates, meals received, and order status. |
| rate_recipe | Rate a HelloFresh recipe you've cooked on a scale of 1-5 stars, optionally including a written review. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |