Check Mega MGC Coffee stock by region
check_mgc_stock_by_regionCheck real-time sold-out status for a menu item at Mega MGC Coffee stores in a specified region using the official app API.
Instructions
Check Mega MGC Coffee app API sold_out values only for stores matching a region query. Example: 서울 종로구 or 서울 종로구 이화동 혜화동.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City/province token, for example 서울 or 대구. | |
| district | No | District token, for example 종로구. | |
| itemCode | No | Mega MGC app item_cd. Example: 107350. | |
| maxStores | No | Maximum matched stores to check. | |
| concurrency | No | Concurrent app API requests. | |
| productName | No | Menu/product name, for example 와앙 핫 치즈스틱 & 딥. | |
| regionQuery | No | Free-form region query. Example: 서울 종로구 or 서울 종로구 이화동 혜화동. | |
| resultLimit | No | Maximum stores returned per result group. | |
| neighborhoods | No | Neighborhood tokens matched as OR after city/district, for example ["이화동", "혜화동"]. | |
| refreshStores | No | Force refresh store cache before stock check. | |
| storeCachePath | No | Cache file path. Default: data/mgc-stores.json. | |
| storeCacheTtlHours | No | Cache TTL in hours. |