ZuckerBot › Tool reference › Creative analysis
zuckerbot_generate_creatives
| Name | Type | Description | |
|---|---|---|---|
business_id | string | optional | Optional business ID. When provided, brand context (name, tagline, value props, audience) is automatically injected into the generation request for more on-brand results. |
business_name | string | required | Business name |
description | string | required | Brief description of the business |
count | number | required | Number of creative variants to generate (1-5) |
model | "auto" | "seedream" | "imagen" | "kling" | optional | Model selection. auto/seedream/imagen are image paths, kling is the video path. Optional; inferred from the description when omitted. |
media_type | "image" | "video" | optional | Output media type. Optional; video intent in text auto-selects 'video'. |
quality | "fast" | "ultra" | required | Generation quality. "ultra" is supported only when model is "kling". |
generate_images | boolean | required | Whether to generate AI images (set false for copy-only) |
{
"tool": "zuckerbot_generate_creatives",
"arguments": {
"business_name": "<business_name>",
"description": "<description>",
"count": 123,
"quality": "fast",
"generate_images": true
}
}
You never invoke this directly — describe what you want in plain English inside Claude, Cursor, ChatGPT or any MCP client with ZuckerBot connected, and the agent selects zuckerbot_generate_creatives and fills the arguments for you.