get_dashboard_overview
Retrieve restaurant performance overview including total revenue, orders, reservations, and new customers for a specified date range.
Instructions
Get a high-level overview of restaurant performance: total revenue, orders, reservations, and new customers for a date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Filter by branch ID or 'all' (default: all) | |
| end_date | No | End date (YYYY-MM-DD, defaults to tomorrow) | |
| start_date | No | Start date (YYYY-MM-DD, defaults to today) |