All tools

Marketing · generate_marketing_image_prompt

Marketing image prompt

Detailed prompt for a marketing image.

Price
plan AI usage
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
purpose *social_post | blog_header | ad_banner | email_header | thumbnailThe intended use of the image
topic *stringTopic or subject of the image
brandobjectOptional brand guidelines
dimensionsstringCustom dimensions (e.g. "1200x628px")

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"generate_marketing_image_prompt","input":{"purpose":"social_post","topic":"…","brand":"…","dimensions":"…"}}'
$run({ "tool": "generate_marketing_image_prompt", "input": {"purpose":"social_post","topic":"…","brand":"…","dimensions":"…"} })