list_brands
List all monitored brands for your account. Use this first to get brand IDs needed for other tools.Parameters
This tool takes no parameters.Returns
| Field | Type | Description |
|---|---|---|
id | string | Unique brand identifier |
name | string | Brand display name |
domain | string | Brand’s primary domain |
Example Output
Example Prompts
OAuth Scope
Requires:read:brands
get_overview
Get a quick cockpit overview of a brand: key counts, performance scores with trend vs previous period, and last monitoring date. Use this as the second call afterlist_brands to get a snapshot before diving into specifics.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
brandId | string | Yes | The brand ID from list_brands |
period | number | No | Number of days to analyze (default: 30) |
Returns
| Field | Description |
|---|---|
counts | questions, answers, competitors, sources, selfMentions, socialCitations, shoppingInsights, localBusinesses |
scores | mentionRate, sourceRate, shareOfVoice, sentiment (current period) |
previousPeriodScores | Same metrics for previous period (trend comparison) |
lastMonitoringDate | Most recent AI response date |
OAuth Scope
Requires:read:brands
