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