Costs#

See how an AI assistant can help with costs 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 costs#

List cost records across activities, including creator details.

Reads dataSafe to repeat

Example prompt#

text
List all costs in my organization.

Details to provide#

NameTypeRequiredDescription
pageIndexintegerRequiredZero-based page index for pagination.
pageSizeintegerRequiredNumber of items per page (1-100).
organizationIdstring (UUID)RequiredOrganization identifier.
activityIdstring (UUID)Filter by activity identifier.
creatorIdstring (UUID)Filter by creator identifier.
campaignIdstring (UUID)Filter by campaign identifier.

What you'll get back#

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

Count costs#

Count cost records with optional activity and creator filters.

Reads dataSafe to repeat

Example prompt#

text
How many costs do I have?

Details to provide#

NameTypeRequiredDescription
organizationIdstring (UUID)RequiredOrganization identifier.
activityIdstring (UUID)Filter by activity identifier.
creatorIdstring (UUID)Filter by creator identifier.
campaignIdstring (UUID)Filter by campaign identifier.

What you'll get back#

Returns { count } with the total number of matching records.

List cost types#

Retrieve distinct cost type labels used across the organization.

Reads dataSafe to repeat

Example prompt#

text
List all cost types in my organization.

Details to provide#

NameTypeRequiredDescription
pageIndexintegerRequiredZero-based page index for pagination.
pageSizeintegerRequiredNumber of items per page (1-100).
organizationIdstring (UUID)RequiredOrganization identifier.

What you'll get back#

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

Autocomplete

Use this endpoint to populate autocomplete suggestions when creating or editing cost records.