get_brand_book
Retrieve brand book data by providing a brand ID and selecting elements like colors, fonts, logos, voices, and brand strategy components.
Instructions
Get brand book data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand_id | Yes | Brand kit UUID | |
| elements | No | Comma-separated list of elements to include in the response. If omitted, returns only base data (id, title). Available elements (17 total): **Brand Identity:** - `voices` - Brand voice configurations (tone, language, audience) - `colors` - Color palettes (flattened RGB array) - `fonts` - Font definitions (family, source, payload) - `logos` - Logo/banner image (object with `asset_id` and `url`) - `cover` - Cover image with URL - `description` - Brand description text - `social_links` - Social media links array **Assets:** - `assets` - Image/shape assets (minimal: id, name, url, dimensions) - `videos` - Video assets (minimal: id, name, url, dimensions) **Content & Style:** - `knowledge` - Knowledge base entries (id, title, payload) - `captions` - Caption styles (id, title, animation info) - `brief` - AI-generated brand summary - `comprehensive` - AI-generated detailed guidelines **Marketing Brain (Strategy Components):** - `brand_icps` - Ideal Customer Profiles with nested jobs-to-be-done - `usps` - Unique Selling Propositions with target ICPs - `products` - Product definitions with messaging - `competitors` - Competitor analysis - `content_pillars` - Content strategy pillars |