Mall Store Directory
Search 6,926 mall stores across 49 malls in RO, US, UK, HU by city, operator, or category.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Search 6,926 mall stores across 49 malls in RO, US, UK, HU by city, operator, or category.
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| search_stores | Search mall stores across the whole directory (store, brand, mall, city, operator, category). Free-text, diacritic-insensitive, AND-of-tokens. 'zara bucuresti' finds Zara stores in Bucharest-area malls; 'samsung' finds stores/brands named Samsung. Returns full store records (20 fields). Args: query: Free-text search terms. max_results: Maximum number of stores to return (1-100). |
| stores_by_city | List stores in a city, optionally filtered by country. City match is diacritic-insensitive and substring-tolerant ('bucuresti' matches 'București'). Country accepts ro/us/gb/hu (or full names). Args: city: City name (e.g. 'Bucharest', 'Timisoara', 'London'). country: Optional country filter: ro, us, gb, hu. max_results: Maximum number of stores to return (1-100). |
| stores_by_operator | List stores by mall operator. Diacritic-insensitive substring match on the operator name ('nepi' matches 'NEPI Rockcastle', 'simon' matches 'Simon Property Group'). Args: operator: Operator name or fragment (e.g. 'NEPI', 'Simon', 'Westfield'). max_results: Maximum number of stores to return (1-100). |
| stores_by_category | List stores by category, optionally filtered by country. Categories are multilingual (RO/EN) and hierarchical ('Fashion' matches 'Women's Fashions' and 'Shopping / Modă'). Diacritic-insensitive substring match. Args: category: Category name or fragment (e.g. 'Fashion', 'Food Court', 'Telecom'). country: Optional country filter: ro, us, gb, hu. max_results: Maximum number of stores to return (1-100). |
| list_malls | List the malls in the directory with store counts. Each entry: mall_id, mall_name, city, country, operator, store_count. Useful first call for discovery — feed mall_id to mall_stores(). Args: country: Optional country filter: ro, us, gb, hu. max_results: Maximum number of malls to return (1-100). |
| mall_stores | List every store in a specific mall by mall_id. mall_id is the slug from list_malls() (e.g. 'mega-mall-bucuresti', 'king-of-prussia'). Also accepts a mall name fragment. Args: mall_id: Mall id or name fragment (e.g. 'mega-mall-bucuresti'). max_results: Maximum number of stores to return (1-500). |