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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ||
| max_results | No |