Track a brand
track_brandCreate a tracked brand with starter buyer-intent prompts to monitor AI citations across search engines.
Instructions
Create a local tracked brand and starter buyer-intent prompts; uses Claude Haiku when configured, otherwise three generic prompts. Example: brand_id='acme', name='Acme', domain='acme.com'. Call refresh_brand next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Brand display name. | |
| domain | Yes | Primary domain, e.g. 'acme.com'. | |
| aliases | No | Additional names that count as brand mentions. | |
| brand_id | Yes | New stable brand ID, e.g. 'acme'. | |
| category | No | Market/category for prompt generation. | |
| competitors | No | Competitor domains to compare. | |
| prompt_count | No | Buyer-intent prompts to create. | |
| exclude_terms | No | Bare terms to ignore in mention matching; the full domain still matches. | |
| refresh_frequency | No | Worker cron cadence; 'manual' disables cron scans. Local stdio stores this setting only. | weekly |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | ||
| reason | No | ||
| seeded | Yes | ||
| brand_id | Yes | ||
| next_steps | Yes | ||
| competitors | No | ||
| prompt_source | No | ||
| prompts_inserted | No | ||
| refresh_frequency | No |