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#

NameTypeRequiredDescription
pageIndexintegerRequiredZero-based page index for pagination.
pageSizeintegerRequiredNumber of items per page (1-100).
organizationIdstring (UUID)RequiredOrganization identifier.
campaignIdstring (UUID)Scope to one campaign: its own field claims plus claims on its outcomes, context, and imported records.
campaignImportIdstring (UUID)Unique identifier (UUID v4).
targetType'campaign' | 'activity' | 'expense' | 'creator' | 'campaign_context' | 'outcome_definition' | 'outcome_measurement'
targetIdstring (UUID)Unique identifier (UUID v4).
targetPathstring
status'proposed' | 'confirmed' | 'rejected' | 'superseded' | 'conflicted'

What you'll get back#

Returns { items, totalCount, facets, _meta } with paginated results.