Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_christmas_recipes | Returns a list of all Christmas recipes. |
| search_by_ingredient | Search for Christmas recipes containing a specific ingredient. |
| get_random_recipe | Returns a random Christmas recipe. |
| suggest_christmas_menu | Suggests a complete Christmas menu (starter, main course, dessert). |
| scale_recipe | Scales a recipe for a different number of servings. |
| create_shopping_list | Creates a shopping list for a recipe. |
| suggest_wine_pairing | Suggests a wine pairing for a recipe. |
| generate_recipe_from_ingredients | Generates a new Christmas recipe from a list of ingredients. |
| list_ingredients | Returns a list of ingredients based on a simple style. |
| invent_recipe | Invents a recipe from ingredients (structured format). |
| invent_magical_recipe | Invents a magical recipe from magical ingredients. |
| elicit_user_needs | Helps the user create a recipe based on their needs. |
| list_magical_ingredients | Returns a list of magical ingredients by style. |
| scrape_christmas_recipes | Scrapes Christmas recipe titles from Marmiton.org. |
| get_recipe_by_index | Retrieves a Christmas recipe by its index (1-based). |
| query_comments | Queries the 'comments' collection of the 'recipies' MongoDB database. |
| query_users | Queries the 'users' collection of the 'recipies' MongoDB database. |
| query_ustensils | Queries the 'ustensils' collection of the 'recipies' MongoDB database. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| recette-magique | Prompt pour générer une recette magique. |
| astuces-magiques | Prompt pour obtenir des astuces de cuisine magique. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| default_ingredients | Default ingredients list. |
| general_tips | General cooking tips. |
| christmas_recipes | List of Christmas recipes. |