nutrition_search
Search USDA FoodData Central by food name to get fdc_id, description, and macro summary per 100g. Returns ranked matches for use in other nutrition tools.
Instructions
Find foods in the USDA FoodData Central database by free-text name. Use this FIRST when the user mentions a food by name and you need its fdc_id for any of the other nutrition_* tools. Returns ranked matches with fdc_id, description, brand_owner, and a quick macro summary (calories/protein/carbs/fat per 100g). Charges $0.001 USDC per call.
Args: q: Free-text food name (e.g. "banana", "greek yogurt", "chicken breast"). limit: Max results to return, 1-50. Default 10. Use a small limit unless you need to browse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||