Set Brand Location
set_brand_locationSet a brand's primary location (country, optionally region/city).
Pins the brand's home market so competitor analysis and AI search results are measured against the right region instead of defaulting toward global/US-skewed competitors. Use this when list_brands shows a brand has no location, or when its competitor set looks geographically wrong (e.g. a UK-only brand being compared against US companies).
Updating the primary location reuses the brand's existing primary market — it does not consume an extra-market add-on.
Args: brand_id: The brand to update (required). country: ISO-2 country code (e.g. 'GB', 'US', 'DE'). The common alias 'UK' and full country names (e.g. 'United Kingdom') are also accepted. region: Optional. State/region/province to narrow the market. city: Optional. City to narrow the market further.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| region | No | ||
| country | Yes | ||
| brand_id | Yes | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. |