Daily Report
report_dailyGenerate a daily operational report for a connected store, including orders, revenue, top products, new vs returning customers, low stock alerts, and anomaly count. Requires store ID; date defaults to today.
Instructions
Daily operational report: orders, revenue, top products, new vs returning customers, low stock alerts, and anomaly count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | UUID of a connected store (returned by store_connect with action="connect" or visible in store_connect with action="list" / the store_overview resource) | |
| date | No | Calendar date for the report in YYYY-MM-DD (e.g. "2026-04-25"). Defaults to today (UTC). The report is computed against orders whose created_at falls within that calendar day. |