Make
facebookUpload__runPreflight
[write] Validate an ad-creative + ad-account pair for Meta upload (image dimensions, copy length, etc.) without uploading.
Remote mesmerpercy/admakeai
Remote (network-hosted)
Other tools also called facebookUpload__runPreflight?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"copy": {
"type": "object",
"required": [
"primaryText"
],
"properties": {
"headline": {
"type": "string"
},
"description": {
"type": "string"
},
"primaryText": {
"type": "string",
"minLength": 1
},
"callToAction": {
"type": "string"
}
}
},
"targetAdSetId": {
"type": "string",
"minLength": 1
},
"adGenerationId": {
"type": "string",
"minLength": 1
},
"destinationUrl": {
"type": "string",
"format": "uri"
},
"declareAsAiGenerated": {
"type": "boolean"
}
}
}