get_orders
Retrieve past Swiggy orders with optional date, restaurant, and limit filters. Supports analysis of food habits and spending for personalized recommendations.
Instructions
Get orders from persistent storage with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max orders to return (default: 50) | |
| end_date | No | End date YYYY-MM-DD (optional) | |
| start_date | No | Start date YYYY-MM-DD (optional) | |
| restaurant_name | No | Filter by restaurant name (optional) |