List cached Mega MGC Coffee stores by region
list_mgc_stores_by_regionRetrieve MGC Coffee store locations for a specific region. Supports city, district, and neighborhood queries with automatic cache refresh.
Instructions
List stores from the local cache by region. Refreshes cache automatically if missing or expired.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City/province token, for example 서울 or 대구. | |
| district | No | District token, for example 종로구. | |
| regionQuery | No | Free-form region query. Example: 서울 종로구 or 서울 종로구 혜화 대학로. | |
| resultLimit | No | Maximum stores returned. | |
| neighborhoods | No | Neighborhood, road, station, or store-name tokens matched as OR. | |
| refreshStores | No | Force refresh store cache before listing. | |
| 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. |