Make
adResearch__saveInspiration
[write] Save a scraped competitor ad to a project as inspiration. The returned inspiration ID can be passed to adGeneration.create as referenceInspirationId to remix it.
Remote mesmerpercy/admakeai
Remote (network-hosted)
Other tools also called adResearch__saveInspiration?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"action": {
"enum": [
"COPY_DESIGN",
"TAKE_INSPIRATION",
"AI_GENERATE"
],
"type": "string",
"default": "TAKE_INSPIRATION"
},
"projectId": {
"type": "string"
},
"userNotes": {
"type": "string"
},
"scrapedAdId": {
"type": "string"
}
}
}