Nutrition Analysis
nutrition_analysisAnalyze the nutrition of a food ingredient or recipe line and return calories, weight, diet/health labels, and a macro breakdown. Example: nutrition_analysis({ ingredient: "1 cup rice and 10 oz chickpeas" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _apiKey | No | Optional Edamam credentials (comma-separated nutrition,recipe,food pairs of app_id:app_key). Omit to use the platform key. | |
| ingredient | Yes | Free-text ingredient or recipe line, e.g. "1 large apple", "100g cheddar cheese", "1 cup cooked rice" |