{
  "value": "nutritional_analysis_calculator",
  "label": "Calculate Nutritional Information",
  "description": "Analyze nutritional content for food products and recipes. Input ingredients and portions to generate comprehensive nutritional labels and dietary analysis.",
  "name": "Nutritional Analysis Calculator",
  "category": "Food And Beverage",
  "type": "Industry",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Calculate nutritional information for a food or beverage product. I'll provide the complete ingredient list with quantities and serving size. Generate comprehensive nutritional data including calories, macronutrients (protein, carbs, fat), key vitamins and minerals, dietary fiber and sugars, and sodium content. Format for nutrition label compliance and identify major allergens. Include percent daily values based on standard 2000-calorie diet."
      }
    ]
  }
}