Analyze Recipe Nutrition
spoonacular.recipes.analyzeAnalyze a recipe by supplying its title and ingredient list to receive a complete nutrition breakdown, dietary labels, and caloric distribution.
Instructions
Analyze a recipe by title and ingredient list — returns full nutrition breakdown, dietary labels, and caloric distribution (Spoonacular)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Recipe title (e.g. "Spaghetti Carbonara") | |
| ingredients | Yes | List of ingredient strings (e.g. ["200g spaghetti", "100g guanciale", "2 eggs"]) | |
| instructions | No | Cooking instructions as plain text | |
| servings | No | Number of servings (default 1) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |