Evidence#
See how an AI assistant can help with evidence 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 evidence claims#
List evidence claims for a campaign, import, entity, or field, including source citation, confidence, review status, and supersession history.
Tool name: list_evidence_claims. Protocol hints: readOnlyHint=true, destructiveHint=false, idempotentHint=true, openWorldHint=false.
Example prompt#
text
List all evidence claims in my organization.Details to provide#
| Name | Type | Required | Description |
|---|---|---|---|
| pageIndex | integer | Required | Zero-based page index for pagination. |
| pageSize | integer | Required | Number of items per page (1-100). |
| organizationId | string (UUID) | Required | Organization identifier. |
| campaignId | string (UUID) | — | Scope to one campaign: its own field claims plus claims on its outcomes, context, and imported records. |
| campaignImportId | string (UUID) | — | Unique identifier (UUID v4). |
| targetType | 'campaign' | 'activity' | 'expense' | 'creator' | 'campaign_context' | 'outcome_definition' | 'outcome_measurement' | — | |
| targetId | string (UUID) | — | Unique identifier (UUID v4). |
| targetPath | string | — | |
| status | 'proposed' | 'confirmed' | 'rejected' | 'superseded' | 'conflicted' | — |
What you'll get back#
Returns { items, totalCount, facets, _meta } with paginated results.