get_food_details
Retrieve detailed food nutrition data and available serving sizes with their IDs and gram weights to support precise meal logging.
Instructions
Get detailed food information including available serving measures.
Use this after search_foods to get the measure_id needed for add_food_entry. Returns all available serving sizes with their numeric IDs and gram weights.
Args: food_source_id: Food source ID from search_foods results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| food_source_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |