Make

adCopyGeneration__generate

[write] Write Facebook/Instagram ad copy for an ad image URL: headline, primary text, description, CTA, and hook angle. Returns up to 5 variations. Pass projectId so the copy uses the brand brief. Call this right after a generation completes.

Remote mesmerpercy/admakeai

Remote (network-hosted)

Other tools also called adCopyGeneration__generate? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "imageUrl": {
      "type": "string",
      "format": "uri"
    },
    "projectId": {
      "type": "string"
    },
    "messagingStyle": {
      "enum": [
        "auto",
        "clickbait",
        "professional",
        "controversial",
        "oneliners",
        "ugc",
        "directResponse",
        "storytelling"
      ],
      "type": "string",
      "default": "auto"
    },
    "variationCount": {
      "type": "number",
      "default": 3,
      "maximum": 5,
      "minimum": 1
    },
    "additionalInstructions": {
      "type": "string",
      "maxLength": 1000
    }
  }
}
          

Provider

Make →