competitor_add
Add one to twenty competitor domains to a brand, triggering crawl and profile analysis for each. Track progress via returned operation ID.
Instructions
Async. Batch-add competitor domains (1–20) to the brand. Returns { operationId, status } — poll get_job until state=completed. Each domain triggers crawl + profile analysis. Typically takes ~2–5 min.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | No | Brand ID (defaults to active brand) | |
| domains | Yes | One to twenty competitor domains to add (e.g. ['acme.com', 'rival.io']). |