Feedback#

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

Submit feedback#

Submit a written product feedback message directly to the Brandwave founders with authenticated-user attribution and active-organization context. Browser submissions may also include uploaded images or screen recordings.

Tool name: submit_feedback. Protocol hints: readOnlyHint=false, destructiveHint=true, idempotentHint=false, openWorldHint=true.

Example prompt#

text
Submit feedback for my organization.

Details to provide#

NameTypeRequiredDescription
userIdstring (UUID)RequiredUser submitting the feedback (resolved from the session).
messagestringRequiredFree-text feedback the user wants to share with the founders.
organizationIdstring (UUID)Active organization the feedback was sent from, for context.
sentiment'unhappy' | 'neutral' | 'happy'Optional mood the user selected: unhappy, neutral, or happy.
attachmentsArray<object>RequiredOptional screenshots or screen recordings supporting the feedback.

What you'll get back#

Returns { data, _meta } with the result.