create_brand
Creates a brand from provided name/description, sets it as active, then returns a prompt to ask which platforms the user publishes on. Requires a brand description if no website is provided.
Instructions
STEP 1 of brand onboarding (manual path — no website crawl). Creates a new brand from user-supplied name/description, sets it as active, then RETURNS a nextStep payload telling you to ask the user which platforms they publish on. After the user answers, call set_brand_mediums with their picks. Ask the user for a description if they did not provide one — onboarding will fail without it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Brand name | |
| tone | No | Writing tone, e.g. 'Bold & Direct' | |
| website | No | Website URL | |
| audience | No | Target audience description | |
| description | No | Brand description (required if no website) |