Find budget-friendly food delivery with the best deals. Use when the user wants to save money, find deals, discounts, BOGO offers, low delivery fees, or stay under a budget. Trigger words include cheap, budget, deal, save, affordable, under $X, BOGO, discount, free delivery.
Help the user find the most affordable delivery options by prioritizing deals, low fees, and value.
node dist/cli.js search "<query>" --toon
If no specific query, try "food" or "dinner" to get a broad set of results.
Score and rank results by value (best deals first):
Deal signals (highest priority):
Fee signals:
Value signals:
Present the top 5 deals with the deal/offer prominently displayed.
If the user has a budget (e.g., "under $15"), note it and when they browse a menu, flag items that are likely over budget.
When showing a menu:
node dist/cli.js menu "<restaurant-url>" --toon
Sort by price (cheapest first) and highlight items under the user's budget.
User: "find me something cheap, under $15"