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
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).
Tool name: list_organization_insights. Protocol hints: readOnlyHint=true, destructiveHint=false, idempotentHint=true, openWorldHint=false.
Example prompt#
What opportunities or risks should I know about?Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| organizationId | string (UUID) | Required | Organization identifier. |
What you'll get back#
Returns { items, totalCount, facets, _meta } with paginated results.
Dismiss insight#
Update an insight to mark it dismissed so it is hidden from future list responses for the organization.
Tool name: dismiss_insight. Protocol hints: readOnlyHint=false, destructiveHint=true, idempotentHint=true, openWorldHint=false.
Example prompt#
Dismiss that insight.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| insightId | string (UUID) | Required | Insight identifier to dismiss. |
What you'll get back#
Returns { data, _meta } with the result.