search_foods
Find foods in Cronometer's database by name and retrieve the IDs required to log a serving.
Instructions
Search Cronometer's food database by name.
Returns matching foods with their IDs and source information needed to add a serving (food_id, food_source_id, measure_id).
Args: query: Food name or keyword to search for (e.g. "eggs", "chicken breast").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |