Find healthy food delivery options. Use when the user wants nutritious meals, salads, bowls, protein-forward options, or wants to avoid junk food. Trigger words include healthy, nutritious, clean eating, salad, bowl, protein, light, low-cal.
Help the user find healthy delivery options by searching, filtering, and ranking results.
node dist/cli.js search "<query>" --toon
Good default queries if the user is vague: "healthy bowl", "salad", "poke", "grain bowl", "grilled chicken"
From the results, filter out restaurants that are clearly unhealthy:
Rank the remaining by these health signals (best first):
Present the top 5 to the user with a one-line note on why each is a good healthy pick.
If the user picks one, run:
node dist/cli.js menu "<restaurant-url>" --toon
Then highlight the healthiest items on the menu (salads, bowls, grilled proteins, veggie options).
Bias toward: lean proteins (grilled chicken, fish, tofu), vegetables, whole grains, bowls, salads, Mediterranean/Japanese/Korean/Thai cuisine, anything organic or farm-to-table.
Bias against: deep fried, heavy cream/cheese-based, sugary sauces, pure carb bombs, fast food chains. Exception: if the user explicitly asks for something indulgent, respect it.
User: "find me something healthy"
node dist/cli.js cart add "<url>" "<item>"