Check Mega MGC Coffee stock nationwide or by region
check_mgc_stock_nationwideCheck stock availability (sold-out status) of Mega MGC Coffee menu items nationwide. Filter by region or item code to find stores with available items.
Instructions
Check Mega MGC Coffee app API sold_out values across stores nationwide or filtered by region. Use itemCode for exact lookup when known.
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 stores to check. | |
| concurrency | No | Concurrent app API requests. | |
| productName | No | Menu/product name, for example 와앙 핫 치즈스틱 & 딥. | |
| regionQuery | No | Free-form region query. Example: 서울 종로구 or 서울 종로구 이화동 혜화동. First two tokens are city/district, remaining tokens are neighborhoods matched as 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. | |
| regionKeyword | No | Region keyword where all whitespace-separated tokens must match store name/address. | |
| regionKeywords | No | Alternative region phrases. A store matches if any phrase matches all its tokens. | |
| storeCachePath | No | Cache file path. Default: data/mgc-stores.json. | |
| storeCacheTtlHours | No | Cache TTL in hours. |