BrandKarma
get_visual_style
Returns the brand's visual style — the per-brand defaults that flow into every generate_image call. Fields: style, colorPalette, mood, motif, lighting, composition, doNot, additionalInstructions, defaultAspectRatio, defaultModel, defaultImagePrompt. Use this before generate_image to know what's already configured so per-call overrides don't need to re-state the brand voice. Returns null when no visual style is set.
Remote Account required revuo:brandkarma-4084
Remote (network-hosted) · Requires an account with the vendor · OAuth
Other tools also called get_visual_style?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"brandId": {
"description": "Brand ID (ObjectId)",
"type": "string"
}
},
"required": [
"brandId"
]
}