Kitchen Flow Summary
kitchen_flow_summaryIdentify the bottleneck station by aggregating open kitchen tickets per station. Returns open ticket count, oldest wait time, and a bottleneck flag for throughput diagnostics.
Instructions
Slow-station detection: aggregates open kitchen tickets per station and flags the bottleneck (station with the highest open-ticket count). Returns per-station openTickets count, oldest wait time in seconds, and an isBottleneck flag. Call this first to diagnose kitchen throughput issues before drilling into individual tickets. / Deteccion de cuello de botella: agrega tickets abiertos por estacion y marca la mas saturada. Devuelve openTickets, tiempo de espera mas antiguo y flag isBottleneck por estacion. Llamar primero para diagnosticar problemas de rendimiento de cocina.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stations | Yes | ||
| bottleneckStationId | No | ||
| totalOpenTickets | Yes | ||
| generatedAt | Yes |