nutrition_detail
Retrieve the full per-100g nutrition profile for a specific food using its USDA FoodData Central ID. Includes 13 tracked nutrients, with missing values returned as null.
Instructions
Get the full per-100g nutrition profile for one specific food. Use this when you have an fdc_id (from nutrition_search) and the user needs micronutrients beyond just calories/protein/carbs/fat. Returns all 13 tracked nutrients: calories, protein, fat, carbs, fiber, sugar, sodium, cholesterol, saturated_fat, vitamin_c, calcium, iron, potassium. Missing nutrients are null, not 0. Charges $0.002 USDC per call.
Args: fdc_id: USDA FoodData Central ID, obtained from nutrition_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fdc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||