get_restaurants
Fetch restaurant order counts and spending stats from your Swiggy history. Filter by date range and minimum orders to analyze dining patterns.
Instructions
Get all restaurants with order counts and spending stats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | End date YYYY-MM-DD (optional) | |
| min_orders | No | Min orders to include restaurant (default: 1) | |
| start_date | No | Start date YYYY-MM-DD (optional) |