Insights#
See how an AI assistant can help with insights in Brandwave, including example prompts and the details it may ask for.
Using your AI assistant
Connect to the Brandwave MCP server, then ask your AI assistant in natural language. It will choose the right Brandwave task and ask for any details it needs.
List organization insights#
List intelligence insights and alerts for an organization. Returns a mix of positive intelligence (campaign outperformance, creator efficiency) and actionable alerts (stale metrics, data gaps).
Reads dataSafe to repeat
Example prompt#
text
List all organization insights in my organization.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
What you'll get back#
Returns { items, totalCount, facets } with paginated results.
Dismiss insight#
Update an insight to mark it dismissed so it is hidden from future list responses for the organization.
Example prompt#
text
Dismiss insight for my organization.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| insightId | string (UUID) | Required | Insight identifier to dismiss. |
What you'll get back#
Returns { data } with the result.