Search FatSecret Food Database
fatsecret_search_foodSearch for foods by name and get basic nutrition info per serving. Use results to obtain food_id and serving_id for diary entry logging.
Instructions
Search the FatSecret food database by name. Returns food items with basic nutrition info per serving. Use this to find food_id and serving_id needed for logging diary entries.
Args:
query: Food name to search (e.g., "chicken breast", "jasmine rice")
page: Page number for pagination (default: 0)
max_results: Results per page, max 50 (default: 20)
Returns: List of foods with id, name, description (brief nutrition summary).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Food name to search for | |
| page | No | Page number (0-indexed) | |
| max_results | No | Results per page |