What it does
Returns the brand’s topical authority matrix — Citation Rate, Mention Rate, Average Rank, and Sentiment broken down per competitor — filterable by journey stage, persona, and AI model. Defaults to non-branded prompts only (the canonical scope for recommendation work). Branded comparisons are available on the Grow tier and require explicit opt-in viaisBranded: true.
When to use
- “Where am I weakest on purchase-stage prompts?”
- “Who’s beating me on comparison queries for the founder persona?”
- “How does my sentiment look across stages?”
- “What’s my Citation Rate against [Competitor X]?”
When not to use
- The user wants a paid-ads-specific view — use
get_paid_ads_insights. - The user wants a recommended to-do list — use
get_geo_priorities. - The user wants past actions and outcome deltas — use
get_action_outcome_history.
Inputs
Brand id is resolved from auth.
Response
isYou, brand name, and either a numeric value or a { score, sampleSize, confidence } object for sentiment.
Notes
isBrandeddefault isfalse— non-branded prompts only — because non-branded is the recommendation-relevant scope. Passingtrueon a non-Grow brand returns the own-brand row withtierGated: trueand no competitor rows.- Per-competitor
averageRankandsentimentrows may be own-brand-only in some windows depending on sample size;citationRateandmentionRatealways have full competitor breakdowns.