Search raw recipes
search_recipesFind raw / no-cook vegan recipes on Heathy by free text, health goal, category, ingredient, time or allergen. Every recipe is original and its per-serving nutrition is computed from the same food rows lookup_food returns, so figures are checkable rather than asserted. Returns ranked summaries — call get_recipe with a slug for ingredients, method and full nutrition. For "what should I eat for X" questions, prefer health_topic first: it says what the evidence actually supports for a goal or a named condition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | Restrict to recipes carrying this health goal. | |
| limit | No | Max results, 1–50. Default 10. | |
| query | No | Free text over name, description and tags — e.g. "dragon fruit", "breakfast". | |
| category | No | Restrict to one recipe category. | |
| max_time | No | Maximum total time in minutes. | |
| ingredient | No | Food slug or name that must appear in the ingredients — e.g. "pitaya-raw". | |
| exclude_allergens | No | Drop recipes containing any of these allergens — e.g. ["tree-nuts","sesame"]. |