search_food
Find foods by name and get their unique IDs to log meals or retrieve detailed nutrition information.
Instructions
Search the Lose It! food database. Returns candidate foods with a food_id to pass to log_food or describe_food.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return. | |
| query | Yes | Food name to search for, e.g. 'greek yogurt'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |