get_food_details
Read-onlyIdempotent
Retrieve complete nutrition profile and serving sizes for a specific food. Use after searching to get the data needed for logging food entries.
Instructions
Get detailed food information including nutrition and serving sizes.
Use this after search_foods to get the full nutrient profile and available measure_ids needed for add_food_entry.
Args: food_id: Food ID from search_foods results.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| food_id | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |