Manage a Competitor
manage_competitorManage which competitors Trakkr tracks and shows for a brand.
Competitors are name-keyed and live in two lists on the brand:
the tracked set you seed — 'add' and 'remove' operate here.
the hidden set that suppresses a competitor from competitive views — 'hide' and 'unhide' operate here.
Most competitors are auto-discovered from report data, so 'remove' only drops a name from the tracked set, while 'hide' is how you suppress a rival you do not want to see. Call action='list' first to read the current state.
Args: brand_id: The brand to update (required). action: 'list', 'add', 'remove', 'hide', or 'unhide'. competitor: Competitor brand name (a domain works too). Required for every action except 'list'. 1-100 characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| brand_id | Yes | ||
| competitor | No | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. |