competitor_probe_classify
Classify competitor candidates as direct, similar, or not relevant. Track head-to-head competitors or refine your brand's competitor list after a probe completes.
Instructions
Classify a discovered (or manually added) competitor candidate. 'direct' seeds a BrandCompetitor row; 'similar' and 'not_relevant' update the probe JSON only. Call once per domain. Probe must be in completed state first. Returns { candidates } — the updated full candidate list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional human-readable name for the competitor (used when adding manually). | |
| domain | Yes | The competitor domain to classify (e.g. 'rival.io'). | |
| brandId | No | Brand ID (defaults to active brand) | |
| classification | Yes | 'direct' = head-to-head competitor (adds to tracked list); 'similar' = adjacent market; 'not_relevant' = not a competitor. |