swiggy-dineout-booking
swiggy-dineout-booking
Reservations go through the dineout server. The flow is:
search → details → slots → cart → book → status
1. Search
swiggy dineout search -q "italian" -c Delhi --json --no-interactive
Pick a restaurant id from data.
2. Details (optional, but recommended)
More from hktitan/swiggy-cli
swiggy-cli
How to drive the swiggy-cli (a wrapper over the official Swiggy MCP servers) from inside an agent. Always run in machine mode, branch on stable error codes, and prefer the generic Layer B commands.
2swiggy-checkout
Place a Swiggy food or Instamart order via swiggy-cli, with the right safety rails. Use only when the human has explicitly asked to checkout — not as a continuation of "add to cart".
1swiggy-track
List, inspect, and live-track Swiggy food and Instamart orders via swiggy-cli. Use when the user asks "where's my order" or "what did I order yesterday".
1swiggy-search
Search restaurants, menu items, grocery products, or dineout venues on Swiggy via the swiggy-cli. Use when a user asks "find me X on Swiggy" or "what biryani places are open near me".
1swiggy-cart
Inspect or mutate the user's Swiggy food / Instamart cart through swiggy-cli. Use when the user says "add X to my cart", "what's in my cart", or "clear the cart".
1