Analyze order history
glovo_analyze_order_historyAnalyze Glovo order history by enriching recent orders with details and calculating product frequency, cadence, customization, and spend statistics with explicit coverage.
Instructions
Walk cursor-correct history, enrich a bounded recent subset with order details, and calculate truthful product frequency, cadence, customization, and visible-spend statistics with explicit coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_pages | No | Omit for full cursor discovery. | |
| detail_limit | No | Recent order details to enrich. Default 10; stops on detail rate limit. | |
| page_delay_ms | No | Default 750. | |
| detail_delay_ms | No | Default 1000. |