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